mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-21 11:43:27 +00:00
use ticket queue for pregen by default
This commit is contained in:
parent
39f65d02bf
commit
4e8079e431
@ -150,7 +150,7 @@ public class IrisSettings {
|
||||
public boolean useCacheByDefault = true;
|
||||
public boolean useHighPriority = false;
|
||||
public boolean useVirtualThreads = false;
|
||||
public boolean useTicketQueue = false;
|
||||
public boolean useTicketQueue = true;
|
||||
public int maxConcurrency = 256;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user