Revert "Enable noop by default"

This reverts commit ed740389d0.
This commit is contained in:
M66B
2024-09-28 21:02:47 +02:00
parent ada1d1fc9d
commit 47925745fc
4 changed files with 3 additions and 3055 deletions

View File

@@ -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 = true;
public Boolean keep_alive_noop = false;
@NonNull
public Boolean keep_alive_ok = false;
@NonNull