• A
    AOF: sync data on disk every 32MB when rewriting. · 9ca306d8
    antirez 提交于
    This prevents the kernel from putting too much stuff in the output
    buffers, doing too heavy I/O all at once. So the goal of this commit is
    to split the disk pressure due to the AOF rewrite process into smaller
    spikes.
    
    Please see issue #1019 for more information.
    9ca306d8
aof.c 44.8 KB