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
@@ -126,7 +126,7 @@ public class LPBungeePlugin extends Plugin implements LuckPermsPlugin {
contextManager.registerCalculator(new ServerCalculator<>(getConfiguration().getServer()));
final LPBungeePlugin i = this;
updateTaskBuffer = new BufferedRequest<Void>(6000L, this::doAsync) {
updateTaskBuffer = new BufferedRequest<Void>(1000L, this::doAsync) {
@Override
protected Void perform() {
doAsync(new UpdateTask(i));