Increased default connection timeout

This commit is contained in:
M66B
2021-01-03 17:35:52 +01:00
parent a6da98f5b7
commit 83b1238b51
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ public class EmailService implements AutoCloseable {
static final int ENCRYPTION_STARTTLS = 1;
static final int ENCRYPTION_NONE = 2;
final static int DEFAULT_CONNECT_TIMEOUT = 15; // seconds
final static int DEFAULT_CONNECT_TIMEOUT = 20; // seconds
final static boolean SEPARATE_STORE_CONNECTION = false;
private final static int SEARCH_TIMEOUT = 90 * 1000; // milliseconds