]> git.saurik.com Git - redis.git/commit - src/aof.c
postpone the AOF fsync if policy is everysec and there is a background fsync already...
authorantirez <antirez@gmail.com>
Fri, 16 Sep 2011 10:35:12 +0000 (12:35 +0200)
committerantirez <antirez@gmail.com>
Fri, 16 Sep 2011 10:35:12 +0000 (12:35 +0200)
commitdb3c2a4fb4b2d4a9dd619151b7efc5e5253a8e3f
tree56e3d225531e31c009f7e82798c62ee48ebd9803
parent9a35eb22bfc9313d04598b8fc7ebb5ca9367d2de
postpone the AOF fsync if policy is everysec and there is a background fsync already going.
src/aof.c
src/redis.c
src/redis.h