Update comment in yaml to indicate size limit for the following vars -

stream.reassembly.toserver-chunk-size and stream.reassembly.toclient-chunk-size
pull/343/head
Anoop Saldanha 12 years ago committed by Victor Julien
parent c9d90e6596
commit 4e7adec750

@ -592,9 +592,11 @@ flow-timeouts:
# toserver-chunk-size: 2560 # inspect raw stream in chunks of at least
# # this size. Can be specified in kb, mb,
# # gb. Just a number indicates it's in bytes.
# # The max acceptable size is 4024 bytes.
# toclient-chunk-size: 2560 # inspect raw stream in chunks of at least
# # this size. Can be specified in kb, mb,
# # gb. Just a number indicates it's in bytes.
# # The max acceptable size is 4024 bytes.
stream:
memcap: 32mb

Loading…
Cancel
Save