mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
fix stream config typo
This commit is contained in:
parent
f847dd3ad8
commit
018cf118d6
@ -1115,7 +1115,7 @@ hll-sparse-max-bytes 3000
|
|||||||
# max entires limit by setting max-bytes to 0 and max-entries to the desired
|
# max entires limit by setting max-bytes to 0 and max-entries to the desired
|
||||||
# value.
|
# value.
|
||||||
stream-node-max-bytes 4096
|
stream-node-max-bytes 4096
|
||||||
stream-node-max-entires 100
|
stream-node-max-entries 100
|
||||||
|
|
||||||
# Active rehashing uses 1 millisecond every 100 milliseconds of CPU time in
|
# Active rehashing uses 1 millisecond every 100 milliseconds of CPU time in
|
||||||
# order to help rehashing the main Redis hash table (the one mapping top-level
|
# order to help rehashing the main Redis hash table (the one mapping top-level
|
||||||
|
Loading…
x
Reference in New Issue
Block a user