Don't break the extension right before we show it

This commit is contained in:
Dan Stillman 2006-06-21 16:06:41 +00:00
parent 336f92a832
commit 6b2d9bb3e6

View file

@ -5,7 +5,7 @@ const SCHOLAR_CONFIG = {
DEBUG_LOGGING: true, DEBUG_LOGGING: true,
DEBUG_TO_CONSOLE: true, // dump debug messages to console rather than (much slower) Debug Logger DEBUG_TO_CONSOLE: true, // dump debug messages to console rather than (much slower) Debug Logger
REPOSITORY_URL: 'http://chnm.gmu.edu/firefoxscholar/repo', REPOSITORY_URL: 'http://chnm.gmu.edu/firefoxscholar/repo',
REPOSITORY_CHECK_INTERVAL: 3600 // 86400, // 24 hours REPOSITORY_CHECK_INTERVAL: 3600, // temp -- 86400, // 24 hours
REPOSITORY_CHECK_RETRY: 3600 // 1 hour REPOSITORY_CHECK_RETRY: 3600 // 1 hour
}; };