mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Cleanup
This commit is contained in:
parent
3fb8be3481
commit
7a942cfbd7
@ -294,7 +294,6 @@ public class Connection implements HasCapabilities, Runnable, MessageListener {
|
||||
if(queueOfBundles.isEmpty() || queueOfBundles.element().toProtoNetworkEnvelope().getSerializedSize() + networkEnvelope.toProtoNetworkEnvelope().getSerializedSize() > MAX_PERMITTED_MESSAGE_SIZE * 0.9) {
|
||||
// - no? create a bucket
|
||||
queueOfBundles.add(new BundleOfEnvelopes());
|
||||
System.err.println("added fresh container");
|
||||
|
||||
// - and schedule it for sending
|
||||
lastSendTimeStamp += sendMsgThrottleSleep;
|
||||
|
Loading…
Reference in New Issue
Block a user