mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Default poll interval 12 minutes
This commit is contained in:
@@ -50,6 +50,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
|
||||
// https://tools.ietf.org/html/rfc2177
|
||||
static final int DEFAULT_KEEP_ALIVE_INTERVAL = 24; // minutes
|
||||
static final int DEFAULT_POLL_INTERVAL = 12; // minutes
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
public Long id;
|
||||
|
||||
Reference in New Issue
Block a user