mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fix: aof_delayed_fsync is not reset
aof_delayed_fsync was not set to 0 when calling CONFIG RESETSTAT
This commit is contained in:
@@ -1761,6 +1761,7 @@ void resetServerStats(void) {
|
||||
}
|
||||
server.stat_net_input_bytes = 0;
|
||||
server.stat_net_output_bytes = 0;
|
||||
server.aof_delayed_fsync = 0;
|
||||
}
|
||||
|
||||
void initServer(void) {
|
||||
|
||||
Reference in New Issue
Block a user