Skip to content
Snippets Groups Projects
Commit ed6097f6 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: fix dump_bandwidth init in case snap_io_rate_limit is maxed out

box.cfg{snap_io_rate_limit = 0} means that the limit is maxed out hence
we must set the dump bandwidth estimate to the default value. Instead
we set it to 0, which may resulting in invalid transaction throttling.
Fix this.

Fixes commit b646fbd9 ("vinyl: use snap_io_rate_limit for initial
dump bandwidth estimate").
parent bae6f037
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