Change repository check time back to once a day
This commit is contained in:
parent
1adeb840bf
commit
9da1c210a0
|
@ -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, // temp -- 86400, // 24 hours
|
REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours
|
||||||
REPOSITORY_RETRY_INTERVAL: 3600 // 1 hour
|
REPOSITORY_RETRY_INTERVAL: 3600 // 1 hour
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user