Skip to content

Commit

Permalink
Decrease default deadlock detector time.
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Jul 11, 2013
1 parent 7f4e0c7 commit ae2f916
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ public class TickThreading {
public boolean concurrentMovementUpdates = true;
public boolean rateLimitChunkUpdates = true;
public int saveInterval = 180;
public int deadLockTime = 45;
public int deadLockTime = 35;
public int chunkCacheSize = 2000;
public int chunkGCInterval = 1200;
public int maxEntitiesPerPlayer = 1000;
Expand Down

0 comments on commit ae2f916

Please sign in to comment.