Paper/patches
Spottedleaf 8c8b227547 Execute chunk tasks mid-tick
If the server tick length is high, then the amount of time
available to process chunk tasks inbetween ticks is low. As a
result, chunk loading and generation may appear to slow down.

To ensure that chunk tasks are always processed, we add logic to
execute chunk tasks during tile entity tick, entity tick, chunk
random ticking, and scheduled block/fluid ticking. The mid-tick task
execution is timed so that it is not prioritised over the server
tick.
2024-07-03 19:22:43 -07:00
..
api [ci skip] add adventure-key javadoc (#11014) 2024-07-02 21:52:04 +01:00
removed Remove fully dropped patches 2024-06-16 13:14:53 +02:00
server Execute chunk tasks mid-tick 2024-07-03 19:22:43 -07:00
unapplied/server Add back improved watchdog support patch 2024-06-17 13:36:43 +02:00