diff --git a/backend/src/index.js b/backend/src/index.js index 38d7f87..ece918c 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -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;