Update _constants.js

update SYNC_WAIT_TIME to 5 mins
This commit is contained in:
sairajzero 2022-12-21 22:19:26 +05:30
parent 36a6cbea87
commit 7f3237df1e

View File

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