Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1f164f4e
Commit
1f164f4e
authored
Sep 19, 2011
by
antirez
Browse files
Fixed comment typo
parent
9f775040
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aof.c
View file @
1f164f4e
...
@@ -95,7 +95,7 @@ void flushAppendOnlyFile(int force) {
...
@@ -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 w
r
iting for fsync to finish, but for less
/* We were already w
a
iting 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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment