www

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

commit 336f92a832db9816a4dc3c930813570b8da6d3a9
parent 6d1e4471548b77bab99ed219fe95817b33804336
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 21 Jun 2006 16:04:45 +0000

Set repository check timer to 1 hour during development


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: 86400, // 24 hours + REPOSITORY_CHECK_INTERVAL: 3600 // 86400, // 24 hours REPOSITORY_CHECK_RETRY: 3600 // 1 hour };