mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Update dict resize policy when aof rewrite process gets killed.
This commit is contained in:
parent
81008bf99e
commit
3f0c2b1fa2
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user