Skip to content

Commit

Permalink
Change hold time for chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
SBPrime committed May 27, 2019
1 parent bc1874d commit 6ad7ad9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
*/
class BukkitChunkWatcher extends ChunkWatch implements Listener {

private final static int HOLD_CHUNK = 5000;
private final static int HOLD_CHUNK = 1000;

private final Plugin m_plugin;

Expand Down

0 comments on commit 6ad7ad9

Please sign in to comment.