Make the retry interval 60 minutes, not 60 seconds
This commit is contained in:
parent
8e97675cc9
commit
f635ee7788
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const SCHOLAR_CONFIG = {
|
||||||
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: 86400, // 24 hours
|
REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours
|
||||||
REPOSITORY_CHECK_RETRY: 60 // 1 hour
|
REPOSITORY_CHECK_RETRY: 3600 // 1 hour
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue