mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Cleanup
This commit is contained in:
parent
3fb8be3481
commit
7a942cfbd7
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue