This commit is contained in:
Dmitry 2022-09-13 08:27:39 +07:00
commit fbab737752
67 changed files with 1190 additions and 0 deletions

13
config/smoothboot.json Normal file
View file

@ -0,0 +1,13 @@
{
"threadCount": {
"bootstrap": 1,
"main": 19
},
"threadPriority": {
"game": 5,
"bootstrap": 1,
"main": 1,
"io": 1,
"integratedServer": 5
}
}