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

@@ -344,7 +344,7 @@ public class FragmentQuickSetup extends FragmentBase {
account.primary = (primary == null);
account.notify = false;
account.browse = true;
account.poll_interval = 19;
account.poll_interval = EntityAccount.DEFAULT_KEEP_ALIVE_INTERVAL;
account.prefix = provider.prefix;
account.created = now;