Add fabric backend server

This commit is contained in:
2025-03-18 01:13:08 +00:00
parent c36b688cc1
commit 992128c36e
21 changed files with 1302 additions and 8 deletions

13
fabric/config/threadtweak.json Executable file
View File

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