Increase default max age.

This commit is contained in:
asofold 2015-12-08 19:24:40 +01:00
parent 2ac4bc7939
commit 0ccfe9699f

View File

@ -32,7 +32,7 @@ public class TeleportQueue {
/** Location from a Bukkit event, which we expect an outgoing teleport for. */
private DataLocation expectOutgoing = null;
private long maxAge = 1500; // TODO: configurable
private long maxAge = 4000; // TODO: configurable
private int maxQueueSize = 60; // TODO: configurable