X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/512f682340eb74aaedc525e834a943427999508c..c1d01b3c5796ee7e3f466e0db9f55d37e843cbb9:/src/aof.c diff --git a/src/aof.c b/src/aof.c index 83633217..4d3ce096 100644 --- a/src/aof.c +++ b/src/aof.c @@ -108,6 +108,7 @@ void flushAppendOnlyFile(int force) { } /* Otherwise fall trough, and go write since we can't wait * over two seconds. */ + server.aof_delayed_fsync++; redisLog(REDIS_NOTICE,"Asynchronous AOF fsync is taking too long (disk is busy?). Writing the AOF buffer without waiting for fsync to complete, this may slow down Redis."); } }