From f92f1bbcc07538f59322639d686a84980f90929c Mon Sep 17 00:00:00 2001 From: Minghao Li Date: Sat, 11 Jun 2022 16:20:15 +0800 Subject: [PATCH] fix(sync): snapshot overwrite config change --- source/libs/sync/src/syncMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/sync/src/syncMain.c b/source/libs/sync/src/syncMain.c index 9899f36607..c480df0ec0 100644 --- a/source/libs/sync/src/syncMain.c +++ b/source/libs/sync/src/syncMain.c @@ -35,7 +35,7 @@ #include "syncVoteMgr.h" #include "tref.h" -bool gRaftDetailLog = true; +bool gRaftDetailLog = false; static int32_t tsNodeRefId = -1;