mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Reduced close timeout
This commit is contained in:
@@ -64,6 +64,7 @@ public class MessageHelper {
|
||||
private String raw = null;
|
||||
|
||||
final static int NETWORK_TIMEOUT = 60 * 1000; // milliseconds
|
||||
final static int CLOSE_TIMEOUT = 20 * 1000; // milliseconds
|
||||
|
||||
static Properties getSessionProperties(int auth_type, boolean insecure) {
|
||||
Properties props = new Properties();
|
||||
|
||||
Reference in New Issue
Block a user