"app/vscode:/vscode.git/clone" did not exist on "60096023829f60f3ecebd847b064f1f50fcb68e5"
Make sure that fork child doesn't do incremental rehashing (#11692)
Turns out that a fork child calling getExpire while persisting keys (and possibly also a result of some module fork tasks) could cause dictFind to do incremental rehashing in the child process, which is both a waste of time, and also causes COW harm. (cherry picked from commit 2bec254d)
Please register or sign in to comment