mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Increased scan timeout to 15 seconds
This commit is contained in:
parent
a7e508482f
commit
98fd8dea28
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public class EmailProvider implements Parcelable {
|
|||
|
||||
enum UserType {LOCAL, EMAIL, VALUE}
|
||||
|
||||
private static final int SCAN_TIMEOUT = 5 * 1000; // milliseconds
|
||||
private static final int SCAN_TIMEOUT = 15 * 1000; // milliseconds
|
||||
private static final int ISPDB_TIMEOUT = 15 * 1000; // milliseconds
|
||||
|
||||
private static final List<String> PROPRIETARY = Collections.unmodifiableList(Arrays.asList(
|
||||
|
|
Loading…
Reference in a new issue