Commit d9eaa43a authored by antirez's avatar antirez
Browse files

last change reverted as it was unstable... more testing needed

parent 884d4b39
......@@ -519,7 +519,7 @@ void dictEnableResize(void) {
}
void dictDisableResize(void) {
dict_can_resize = 0;
dict_can_resize = 1;
}
/* ----------------------- StringCopy Hash Table Type ------------------------*/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment