Files
Content-Monorepo/config/threadtweak.json
intergrav 8773e2f3ed feat: use Adrenaline config files
simplifies config files and also makes it more consistent with my other modpacks

reasons for changes:
- EC's sleep delay is a bit too high and could cause issues for the user with little performance gain
- sodium config isn't recommended to be changed too much, and current changed values are a bit iffy as it could heavily affect stability on some systems for extremely marginal performance gain. and donation screen/button should be kept enabled because jellysquid pours a ton of work into the mod and it's just the best thing to do (i don't know how it works with legacy4j but i assume it works fine)
- this also enables immediatelyfast's screen batching which should improve performance and hopefully shouldn't cause any issues? i'll be sure to test it
- modernfix `clear_fabric_mapping_tables` line is removed as it can cause some mod incompatibilities for very little improvement in memory usage, `dynamic_resources` and the other patches already do quite a lot to help out with that
- other config files are just minified, other stuff will be regenerated by mods on launch
2024-06-03 15:13:26 -04:00

9 lines
89 B
JSON

{
"threadPriority": {
"game": 8,
"main": 3,
"io": 5,
"integratedServer": 8
}
}