This commit is contained in:
Xikaro 2024-03-22 16:16:11 +05:00
parent c7afb12f6d
commit b4e94492d3
7 changed files with 14 additions and 164 deletions

14
config/smoothboot.json Normal file
View file

@ -0,0 +1,14 @@
{
"threadCount": {
"bootstrap": 1,
"main": 31
},
"threadPriority": {
"game": 5,
"bootstrap": 1,
"main": 1,
"io": 1,
"integratedServer": 5,
"modLoading": 1
}
}