refactor(sync): adjust SYNC_MAX_RECV_TIME_RANGE_MS

This commit is contained in:
Minghao Li 2022-08-18 16:30:54 +08:00
parent 8a32c0c189
commit 7c2d6571f0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extern bool gRaftDetailLog;
#define SYNC_MAX_READ_RANGE 2
#define SYNC_MAX_PROGRESS_WAIT_MS 4000
#define SYNC_MAX_START_TIME_RANGE_MS (1000 * 20)
#define SYNC_MAX_RECV_TIME_RANGE_MS 1000
#define SYNC_MAX_RECV_TIME_RANGE_MS 1200
#define SYNC_ADD_QUORUM_COUNT 3
#define SYNC_MAX_BATCH_SIZE 1