mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 00:21:10 +00:00
Search timeout 90 seconds
This commit is contained in:
parent
50bfa436ba
commit
a4ccf652e4
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public class EmailService implements AutoCloseable {
|
|||
|
||||
final static int DEFAULT_CONNECT_TIMEOUT = 20; // seconds
|
||||
|
||||
private final static int SEARCH_TIMEOUT = 60 * 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 POOL_TIMEOUT = 45 * 1000; // milliseconds, default 45 sec
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue