www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 9da1c210a0180b8fdabe6e83fdc2deaca2a066d2
parent 1adeb840bffc8bacba3e5ebd6732ca173109f117
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 31 Jul 2006 03:38:02 +0000

Change repository check time back to once a day


Diffstat:
Mchrome/chromeFiles/content/scholar/xpcom/scholar.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/chromeFiles/content/scholar/xpcom/scholar.js b/chrome/chromeFiles/content/scholar/xpcom/scholar.js @@ -5,7 +5,7 @@ const SCHOLAR_CONFIG = { DEBUG_LOGGING: true, DEBUG_TO_CONSOLE: true, // dump debug messages to console rather than (much slower) Debug Logger REPOSITORY_URL: 'http://chnm.gmu.edu/firefoxscholar/repo', - REPOSITORY_CHECK_INTERVAL: 3600, // temp -- 86400, // 24 hours + REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours REPOSITORY_RETRY_INTERVAL: 3600 // 1 hour };