9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 01:49:16 +00:00

default tracker threads to 4

This commit is contained in:
hayanesuru
2025-08-14 13:49:22 +09:00
parent 46a1ff2ef0
commit 2a97def331

View File

@@ -39,7 +39,7 @@ public class MultithreadedTracker extends ConfigModules {
if (threads < 0) {
threads = aval + threads;
} else if (threads == 0) {
threads = Math.min(aval, 8);
threads = Math.min(aval, 4);
}
threads = Math.max(threads, 1);
if (enabled) {