mirror of
https://github.com/redis/redis.git
synced 2026-03-23 03:03:20 -04:00
fix typo in redis.conf
This commit is contained in:
parent
9f4b121512
commit
337969dc41
1 changed files with 1 additions and 1 deletions
|
|
@ -1208,7 +1208,7 @@ client-output-buffer-limit pubsub 32mb 8mb 60
|
|||
# client-query-buffer-limit 1gb
|
||||
|
||||
# In the Redis protocol, bulk requests, that are, elements representing single
|
||||
# strings, are normally limited ot 512 mb. However you can change this limit
|
||||
# strings, are normally limited to 512 mb. However you can change this limit
|
||||
# here.
|
||||
#
|
||||
# proto-max-bulk-len 512mb
|
||||
|
|
|
|||
Loading…
Reference in a new issue