mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-03 14:16:57 +02:00
Added restart interval option
This commit is contained in:
@@ -128,6 +128,7 @@ public class EmailService implements AutoCloseable {
|
||||
static final int ENCRYPTION_NONE = 2;
|
||||
|
||||
final static int DEFAULT_CONNECT_TIMEOUT = 20; // seconds
|
||||
static final int DEFAULT_RESTART_INTERVAL = 4 * 60; // seconds
|
||||
final static boolean SEPARATE_STORE_CONNECTION = false;
|
||||
|
||||
private final static int SEARCH_TIMEOUT = 90 * 1000; // milliseconds
|
||||
|
||||
Reference in New Issue
Block a user