mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Default disable TCP keep alive
This commit is contained in:
@@ -90,7 +90,7 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
|
||||
final boolean crash_reports = prefs.getBoolean("crash_reports", false);
|
||||
|
||||
try {
|
||||
boolean tcp_keep_alive = prefs.getBoolean("tcp_keep_alive", true);
|
||||
boolean tcp_keep_alive = prefs.getBoolean("tcp_keep_alive", false);
|
||||
System.setProperty("fairemail.tcp_keep_alive", Boolean.toString(tcp_keep_alive));
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
|
||||
Reference in New Issue
Block a user