Changed default keep alive to 9 minutes

This commit is contained in:
M66B
2019-03-14 10:47:19 +00:00
parent 5b2cb2e604
commit 8580e29bd4
3 changed files with 4 additions and 2 deletions

View File

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