Skip to content
Snippets Groups Projects
Commit 89ccc7a8 authored by Serge Petrenko's avatar Serge Petrenko Committed by Vladimir Davydov
Browse files

iproto: update readahead in existing connections

Iproto connections keep old readahead values for input buffers even
after box.cfg.readahead reconfiguration. This means that for the changes
to take place for the old clients, they have to reconnect. Otherwise
tarantool log will be spammed with 'readahead limit is reached' errors.

To fix this, start updating input buffer size for iproto connections
if needed every time the buffer is empty.

Closes: #3958
parent ffce9cb4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment