1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-04 10:39:25 +00:00

Default pool timeout

This commit is contained in:
M66B 2020-12-30 17:45:23 +01:00
parent edb22fe649
commit 4f443358a3

View file

@ -132,7 +132,7 @@ public class EmailService implements AutoCloseable {
private final static int SEARCH_TIMEOUT = 90 * 1000; // milliseconds
private final static int FETCH_SIZE = 1024 * 1024; // bytes, default 16K
private final static int POOL_SIZE = 1; // connections
private final static int POOL_TIMEOUT = 90 * 1000; // milliseconds, default 45 sec
private final static int POOL_TIMEOUT = 45 * 1000; // milliseconds, default 45 sec
private final static int TCP_KEEP_ALIVE_INTERVAL = 9 * 60; // seconds