mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 08:51:33 +00:00
postpone the AOF fsync if policy is everysec and there is a background fsync already going.
This commit is contained in:
@ -428,6 +428,7 @@ struct redisServer {
|
||||
time_t lastfsync;
|
||||
int appendfd;
|
||||
int appendseldb;
|
||||
time_t aof_flush_postponed_start;
|
||||
char *pidfile;
|
||||
pid_t bgsavechildpid;
|
||||
pid_t bgrewritechildpid;
|
||||
|
Reference in New Issue
Block a user