cdc: remove adaptive msg receive

This commit is contained in:
Miroslav Crnic
2024-06-02 07:59:16 +00:00
parent 939688d81d
commit bb47c8f38d

View File

@@ -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;
};