diff --git a/src/_constants.js b/src/_constants.js index aa97f2b..726481b 100644 --- a/src/_constants.js +++ b/src/_constants.js @@ -14,6 +14,6 @@ module.exports = { backup: { RETRY_TIMEOUT: 5 * 60 * 1000, //5 mins MIGRATE_WAIT_DELAY: 5 * 60 * 1000, //5 mins - SYNC_WAIT_TIME: 10*1000//5 * 60 * 1000 //5 mins + SYNC_WAIT_TIME: 5 * 60 * 1000 //5 mins } } \ No newline at end of file