Experiment: auto tune keep alive interval

This commit is contained in:
M66B
2019-12-28 20:35:41 +01:00
parent 32583890f6
commit d5ea82631e
7 changed files with 2128 additions and 18 deletions

View File

@@ -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