www

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

commit f635ee7788f5fdff89a79d54f5f77c3c4d2be5c7
parent 8e97675cc9bd0c0e47ac62c96f805cd42a1da2b2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 15 Jun 2006 21:24:04 +0000

Make the retry interval 60 minutes, not 60 seconds


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 @@ -6,7 +6,7 @@ const SCHOLAR_CONFIG = { 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_RETRY: 60 // 1 hour + REPOSITORY_CHECK_RETRY: 3600 // 1 hour }; /*