checkout notifiication error
This commit is contained in:
parent
b9a70d6e92
commit
0247b15e54
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@ pool.connect()
|
|||
|
||||
let timeInterval = 60 * 1000;
|
||||
if (config.environment === 'prod') {
|
||||
console.log('Setting up scheduled tasks for production environment, 30 mins');
|
||||
timeInterval = 30 * 60 * 1000;
|
||||
console.log('Setting up scheduled tasks for production environment, 2 mins');
|
||||
timeInterval = 2 * 60 * 1000;
|
||||
}else {
|
||||
console.log('Setting up scheduled tasks for development environment, 2 mins');
|
||||
timeInterval = 2 * 60 * 1000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue