mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Simplified executors
This commit is contained in:
@@ -68,7 +68,7 @@ public class TextHelper {
|
||||
private static final long MAX_CONVERSATION_DURATION = 3000; // milliseconds
|
||||
|
||||
private static final ExecutorService executor =
|
||||
Helper.getBackgroundExecutor(0, 1, 3, "text");
|
||||
Helper.getBackgroundExecutor(1, "text");
|
||||
|
||||
static {
|
||||
System.loadLibrary("fairemail");
|
||||
|
||||
Reference in New Issue
Block a user