Merge pull request #5797 from trevor211/fixUpdateDictResizePolicy

Fix update dict resize policy
This commit is contained in:
Salvatore Sanfilippo
2019-01-21 11:14:48 +01:00
committed by GitHub
3 changed files with 4 additions and 0 deletions

View File

@ -221,6 +221,8 @@ static void killAppendOnlyChild(void) {
server.aof_rewrite_time_start = -1;
/* Close pipes used for IPC between the two processes. */
aofClosePipes();
updateDictResizePolicy();
}
/* Called when the user switches from "appendonly yes" to "appendonly no"