ModernFix/src/main
embeddedt 4ff7d4c554
Allow a single low-priority worker thread when cause_lag_by_disabling_threads is enabled
On a system with few cores, we should still benefit from using one low-priority
background thread for worldgen, because it avoids the server thread stopping
to handle it itself. The thread will be blocked
from progressing while higher-priority work (e.g. rendering or server ticking)
is in progress.
2026-03-28 21:45:14 -04:00
..
java/org/embeddedt/modernfix Allow a single low-priority worker thread when cause_lag_by_disabling_threads is enabled 2026-03-28 21:45:14 -04:00
resources Optimize sequence rules that check many biome conditions in a row 2026-03-15 15:24:54 -04:00