Force travis for rebuild

This commit is contained in:
chimp1984 2020-12-31 00:56:21 -05:00
parent 203a6e0681
commit 35c6a9aca4
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

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