Paper/patches
Octavia Togami e25557464f
Replace ThreadLocal with ConcurrentHashMap in CommandSourceStack (#6325)
This object is created so often that it likely creates problems with the
ThreadLocalMap because the weak references can't be cleaned up fast
enough. This has manifest as lag seemingly caused by WorldEdit:
https://github.com/EngineHub/WorldEdit/issues/1668
2021-08-22 03:45:40 +00:00
..
api Add API to send game events (#6444) 2021-08-21 14:26:42 +00:00
removed Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
server Replace ThreadLocal with ConcurrentHashMap in CommandSourceStack (#6325) 2021-08-22 03:45:40 +00:00