mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Changed default keep alive to 9 minutes
This commit is contained in:
@@ -44,6 +44,8 @@ import androidx.room.PrimaryKey;
|
||||
public class EntityAccount implements Serializable {
|
||||
static final String TABLE_NAME = "account";
|
||||
|
||||
static final int DEFAULT_KEEP_ALIVE_INTERVAL = 9; // minutes
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
public Long id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user