"vscode:/vscode.git/clone" did not exist on "27dbe11fcbce28d204f7241e645bb61e05f75262"
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