refactor(sync): adjust log retention size

This commit is contained in:
Minghao Li 2022-10-26 15:06:54 +08:00
parent 95d51891b9
commit 169fd67ddb
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ extern bool gRaftDetailLog;
#define SYNC_DEL_WAL_MS (1000 * 60)
#define SYNC_ADD_QUORUM_COUNT 3
#define SYNC_MNODE_LOG_RETENTION 10000
#define SYNC_VNODE_LOG_RETENTION 500
#define SYNC_VNODE_LOG_RETENTION 100
#define SYNC_APPEND_ENTRIES_TIMEOUT_MS 10000