reducing CHECKSUM_INTERVAL to 10
This commit is contained in:
parent
a05ae79e94
commit
1faaa60843
@ -46,6 +46,6 @@ module.exports = {
|
|||||||
HASH_N_ROW: 100,
|
HASH_N_ROW: 100,
|
||||||
BACKUP_INTERVAL: 5 * 60 * 1000, //5 min
|
BACKUP_INTERVAL: 5 * 60 * 1000, //5 min
|
||||||
BACKUP_SYNC_TIMEOUT: 10 * 60 * 1000, //10 mins
|
BACKUP_SYNC_TIMEOUT: 10 * 60 * 1000, //10 mins
|
||||||
CHECKSUM_INTERVAL: 100, //times of BACKUP_INTERVAL
|
CHECKSUM_INTERVAL: 10, //times of BACKUP_INTERVAL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user