mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Limit number of tasks when limiting query threads
This commit is contained in:
@@ -289,6 +289,10 @@ public class ApplicationEx extends Application {
|
||||
editor.putString("subject_ellipsize", "middle");
|
||||
if (!prefs.contains("auto_optimize"))
|
||||
editor.putBoolean("auto_optimize", false);
|
||||
} else if (version < 1253) {
|
||||
int threads = prefs.getInt("query_threads", 4);
|
||||
if (threads == 4)
|
||||
editor.remove("query_threads");
|
||||
}
|
||||
|
||||
if (version < BuildConfig.VERSION_CODE)
|
||||
|
||||
Reference in New Issue
Block a user