mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Doubled connection pool timeout
This commit is contained in:
parent
3a995a55d3
commit
d2db3f32e6
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public class EmailService implements AutoCloseable {
|
||||||
|
|
||||||
private final static int SEARCH_TIMEOUT = 90 * 1000; // milliseconds
|
private final static int SEARCH_TIMEOUT = 90 * 1000; // milliseconds
|
||||||
private final static int FETCH_SIZE = 1024 * 1024; // bytes, default 16K
|
private final static int FETCH_SIZE = 1024 * 1024; // bytes, default 16K
|
||||||
private final static int POOL_TIMEOUT = 45 * 1000; // milliseconds, default 45 sec
|
private final static int POOL_TIMEOUT = 90 * 1000; // milliseconds, default 45 sec
|
||||||
|
|
||||||
private static final int APPEND_BUFFER_SIZE = 4 * 1024 * 1024; // bytes
|
private static final int APPEND_BUFFER_SIZE = 4 * 1024 * 1024; // bytes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue