From 1faaa60843a1f07ed0d3002ac0416dbffc322f19 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Fri, 23 Dec 2022 03:08:43 +0530 Subject: [PATCH] reducing CHECKSUM_INTERVAL to 10 --- src/_constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_constants.js b/src/_constants.js index 6fa1585..1b1e17a 100644 --- a/src/_constants.js +++ b/src/_constants.js @@ -46,6 +46,6 @@ module.exports = { HASH_N_ROW: 100, BACKUP_INTERVAL: 5 * 60 * 1000, //5 min BACKUP_SYNC_TIMEOUT: 10 * 60 * 1000, //10 mins - CHECKSUM_INTERVAL: 100, //times of BACKUP_INTERVAL + CHECKSUM_INTERVAL: 10, //times of BACKUP_INTERVAL } } \ No newline at end of file