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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user