From 0247b15e5450427e333143cf369e03d285cc2b46 Mon Sep 17 00:00:00 2001 From: 2ManyProjects Date: Mon, 28 Apr 2025 11:07:10 -0500 Subject: [PATCH] checkout notifiication error --- backend/src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;