mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
commit
e4669c045d
@ -150,7 +150,7 @@ int _dictInit(dict *d, dictType *type,
|
||||
}
|
||||
|
||||
/* Resize the table to the minimal size that contains all the elements,
|
||||
* but with the invariant of a USER/BUCKETS ratio near to <= 1 */
|
||||
* but with the invariant of a USED/BUCKETS ratio near to <= 1 */
|
||||
int dictResize(dict *d)
|
||||
{
|
||||
int minimal;
|
||||
|
Loading…
x
Reference in New Issue
Block a user