mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-26 20:30:55 +01:00
Force travis for rebuild
This commit is contained in:
parent
203a6e0681
commit
35c6a9aca4
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ public class Connection implements HasCapabilities, Runnable, MessageListener {
|
|||
private static final int MAX_PERMITTED_MESSAGE_SIZE = 10 * 1024 * 1024; // 10 MB (425 offers resulted in about 660 kb, mailbox msg will add more to it) offer has usually 2 kb, mailbox 3kb.
|
||||
//TODO decrease limits again after testing
|
||||
private static final int SOCKET_TIMEOUT = (int) TimeUnit.SECONDS.toMillis(180);
|
||||
|
||||
public static int getPermittedMessageSize() {
|
||||
return PERMITTED_MESSAGE_SIZE;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue