Commit Graph
4 Commits
Author SHA1 Message Date
Spottedleaf b2edc41552 Make CraftWorld#loadChunk(int, int, false) load unconverted chunks 2018-09-02 19:34:33 -07:00
Spottedleaf 4e0ee05920 Optimize BlockPosition helper methods 2018-08-15 12:05:12 -07:00
Spottedleaf 40654111d1 Do not submit profile lookups to worldgen threads
They block. On network I/O.

If enough tasks are submitted the server will eventually stall
out due to a sync load, as the worldgen threads will be
stalling on profile lookups.
2021-08-08 16:26:46 -07:00
Spottedleaf 41c27cbb9d ConcurrentUtil 2022-01-23 22:58:11 -08:00