mirror of
https://github.com/fluencelabs/redis
synced 2025-04-13 20:56:03 +00:00
Fixed comment typo
This commit is contained in:
parent
47e7f9acbd
commit
e7aec180e8
@ -95,7 +95,7 @@ void flushAppendOnlyFile(int force) {
|
|||||||
server.aof_flush_postponed_start = server.unixtime;
|
server.aof_flush_postponed_start = server.unixtime;
|
||||||
return;
|
return;
|
||||||
} else if (server.unixtime - server.aof_flush_postponed_start < 2) {
|
} else if (server.unixtime - server.aof_flush_postponed_start < 2) {
|
||||||
/* We were already writing for fsync to finish, but for less
|
/* We were already waiting for fsync to finish, but for less
|
||||||
* than two seconds this is still ok. Postpone again. */
|
* than two seconds this is still ok. Postpone again. */
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user