1 second is too short for some server logins. 1.75 is more realistic.

This commit is contained in:
Tux 2013-10-20 00:56:45 -04:00
parent 6b5e25f18c
commit bce3f0ffb7
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ public class RedisBungee extends Plugin implements Listener {
pool.returnResource(rsc); pool.returnResource(rsc);
} }
} }
}, 1, TimeUnit.SECONDS); }, 1750, TimeUnit.MILLISECONDS);
} }
} }