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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user