enh: adjust timeout threshold of snapshot replication

This commit is contained in:
Benguang Zhao 2023-11-20 20:28:10 +08:00
parent 5f849320d1
commit 42fa8e818b
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ extern "C" {
#define SYNC_HEARTBEAT_SLOW_MS 1500
#define SYNC_HEARTBEAT_REPLY_SLOW_MS 1500
#define SYNC_SNAP_RESEND_MS 1000 * 60
#define SYNC_SNAP_TIMEOUT_MS 1000 * 600
#define SYNC_SNAP_RESEND_MS 1000 * 300
#define SYNC_SNAP_TIMEOUT_MS 1000 * 1800
#define SYNC_VND_COMMIT_MIN_MS 3000