Lower sync wait buffer & fix export command

This commit is contained in:
Luck
2016-10-24 13:02:26 +01:00
Unverified
parent dc87ec1c82
commit bb9eab0989
4 changed files with 13 additions and 8 deletions
@@ -145,7 +145,7 @@ public class LPBukkitPlugin extends JavaPlugin implements LuckPermsPlugin {
}
final LPBukkitPlugin i = this;
updateTaskBuffer = new BufferedRequest<Void>(6000L, this::doAsync) {
updateTaskBuffer = new BufferedRequest<Void>(1000L, this::doAsync) {
@Override
protected Void perform() {
getServer().getScheduler().runTaskAsynchronously(i, new UpdateTask(i));