leave a note about the timing of 'refresh reminders'

This commit is contained in:
ansuz 2020-06-18 15:24:32 -04:00
parent 0afa6b79ae
commit 009ac1cc9b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ define([
var CHECKPOINT_INTERVAL = 100;
var DISPLAY_RESTORE_BUTTON = false;
var NEW_VERSION = 2;
var PENDING_TIMEOUT = 30000;
var PENDING_TIMEOUT = 30000; // XXX it feels like maybe this should be shorter
var debug = function (x) {
if (!window.CP_DEV_MODE) { return; }