checkout notifiication error

This commit is contained in:
2ManyProjects 2025-04-28 11:07:10 -05:00
parent b9a70d6e92
commit 0247b15e54

View file

@ -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;