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
3f0c2b1f
Commit
3f0c2b1f
authored
Jan 21, 2019
by
WuYunlong
Browse files
Update dict resize policy when aof rewrite process gets killed.
parent
81008bf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aof.c
View file @
3f0c2b1f
...
@@ -221,6 +221,8 @@ static void killAppendOnlyChild(void) {
...
@@ -221,6 +221,8 @@ static void killAppendOnlyChild(void) {
server
.
aof_rewrite_time_start
=
-
1
;
server
.
aof_rewrite_time_start
=
-
1
;
/* Close pipes used for IPC between the two processes. */
/* Close pipes used for IPC between the two processes. */
aofClosePipes
();
aofClosePipes
();
updateDictResizePolicy
();
}
}
/* Called when the user switches from "appendonly yes" to "appendonly no"
/* Called when the user switches from "appendonly yes" to "appendonly no"
...
...
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