sozu icon indicating copy to clipboard operation
sozu copied to clipboard

should the command buffer size really be capped?

Open Keksoj opened this issue 1 year ago • 0 comments

Anytime the max_command_buffer_size is too small and we get this error:

channel buffer is full ({0} bytes), cannot grow more

we end up upping the value in the config and we go on.

Is an upper limit really useful? What's the worst that could happen here? Our channels will soon transmit binary serializations of protobuf messages, this leaves little room for errors.

Keksoj avatar Dec 08 '23 15:12 Keksoj