提交 6142ddc6 编写于 作者: T Tom Kiemes 提交者: antirez

Fix: aof_delayed_fsync is not reset

aof_delayed_fsync was not set to 0 when calling CONFIG RESETSTAT
上级 f049cfdb
...@@ -1761,6 +1761,7 @@ void resetServerStats(void) { ...@@ -1761,6 +1761,7 @@ void resetServerStats(void) {
} }
server.stat_net_input_bytes = 0; server.stat_net_input_bytes = 0;
server.stat_net_output_bytes = 0; server.stat_net_output_bytes = 0;
server.aof_delayed_fsync = 0;
} }
void initServer(void) { void initServer(void) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册