mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Changed default keep alive interval back to 19 minutes to reduce number of alarms
This commit is contained in:
@@ -44,7 +44,7 @@ import java.util.Objects;
|
||||
public class EntityAccount implements Serializable {
|
||||
static final String TABLE_NAME = "account";
|
||||
|
||||
static final int DEFAULT_KEEP_ALIVE_INTERVAL = 9; // minutes
|
||||
static final int DEFAULT_KEEP_ALIVE_INTERVAL = 19; // minutes
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
public Long id;
|
||||
|
||||
Reference in New Issue
Block a user