mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-01-05 10:30:53 -06:00
cdc: remove adaptive msg receive
This commit is contained in:
@@ -339,7 +339,7 @@ public:
|
||||
if (unlikely(entries.size())) {
|
||||
timeout = 0;
|
||||
}
|
||||
if (unlikely(!_channel.receiveMessages(_env,_shared.socks, _receiver, MAX_UPDATE_SIZE - _updateSize(), timeout))) {
|
||||
if (unlikely(!_channel.receiveMessages(_env,_shared.socks, _receiver, MAX_UPDATE_SIZE, timeout))) {
|
||||
return;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user