mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Experiment: auto tune keep alive interval
This commit is contained in:
@@ -101,7 +101,11 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
public Long swipe_right;
|
||||
public Long move_to;
|
||||
@NonNull
|
||||
public Integer poll_interval = DEFAULT_KEEP_ALIVE_INTERVAL; // keep-alive interval
|
||||
public Integer poll_interval = DEFAULT_KEEP_ALIVE_INTERVAL;
|
||||
@NonNull
|
||||
public Boolean keep_alive_ok = false;
|
||||
@NonNull
|
||||
public Integer keep_alive_failed = 0;
|
||||
@NonNull
|
||||
public Boolean partial_fetch = true;
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user