This commit is contained in:
anonoe 2026-01-06 23:13:05 +01:00
commit 22b43cb9b2
115 changed files with 1377 additions and 0 deletions

13
config/threadtweak.json Normal file
View file

@ -0,0 +1,13 @@
{
"threadCount": {
"bootstrap": 1,
"main": 3
},
"threadPriority": {
"game": 8,
"bootstrap": 1,
"main": 4,
"io": 7,
"integratedServer": 7
}
}