mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 11:10:05 +01:00
Increase default max age.
This commit is contained in:
parent
2ac4bc7939
commit
0ccfe9699f
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user