mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Reduced connection timeout
This commit is contained in:
@@ -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 = 20; // seconds
|
||||
final static int DEFAULT_CONNECT_TIMEOUT = 15; // seconds
|
||||
|
||||
private final static int SEARCH_TIMEOUT = 90 * 1000; // milliseconds
|
||||
private final static int FETCH_SIZE = 1024 * 1024; // bytes, default 16K
|
||||
|
||||
Reference in New Issue
Block a user