Increased search timeout

This commit is contained in:
M66B
2020-02-06 13:01:11 +01:00
parent 06f8be22f2
commit e1a785afc3
11 changed files with 38 additions and 18 deletions

View File

@@ -801,7 +801,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
boolean debug = (prefs.getBoolean("debug", false) || BuildConfig.DEBUG);
final EmailService iservice = new EmailService(
this, account.getProtocol(), account.realm, account.insecure, false, debug);
this, account.getProtocol(), account.realm, account.insecure, debug);
iservice.setPartialFetch(account.partial_fetch);
iservice.setIgnoreBodyStructureSize(account.ignore_size);
if (account.protocol != EntityAccount.TYPE_IMAP)