mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-29 20:26:34 +02:00
Enable noop by default
This commit is contained in:
@@ -140,7 +140,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
@NonNull
|
||||
public Integer poll_interval = DEFAULT_KEEP_ALIVE_INTERVAL;
|
||||
@NonNull
|
||||
public Boolean keep_alive_noop = false;
|
||||
public Boolean keep_alive_noop = true;
|
||||
@NonNull
|
||||
public Boolean keep_alive_ok = false;
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user