summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Packet56MapChunkBulk.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-178/+0
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-21/+21
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-9/+20
|
* Lower compression level to avoid overloading the thread. Fixes BUKKIT-2963Travis Watkins2012-11-18-1/+2
| | | | | | | | | | | | | | | | | When sending chunks to a player we use their writer thread to do chunk compression to avoid blocking the main thread with this work. However, after a teleport or respawn there are a large number of chunk packets to process. This causes the thread to spend a long period handling compression while we continue dumping more chunk packets on it to handle. The result of this is a noticable delay in getting responses to commands and chat immediately after teleporting. Switching to a lower compression level reduces this load and makes our behavior more like vanilla. We do, however, still give this thread more work to do so there will likely still be some delay when comparing to vanilla. The only way to avoid this would be to put chunk compression back on the main thread and give everyone on the server a poorer experience instead.
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-7/+28
|
* Update to 1.3.2Travis Watkins2012-08-25-4/+0
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-0/+149