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

@@ -825,7 +825,7 @@ public class FragmentAccount extends FragmentBase {
if (synchronize && TextUtils.isEmpty(password) && !insecure)
throw new IllegalArgumentException(context.getString(R.string.title_no_password));
if (TextUtils.isEmpty(interval))
interval = "19";
interval = Integer.toString(EntityAccount.DEFAULT_KEEP_ALIVE_INTERVAL);
if (TextUtils.isEmpty(realm))
realm = null;