decrease entity remover frequency

This commit is contained in:
boy0001 2015-01-02 12:54:27 +11:00
parent 9bca812d28
commit 997b6e44b3
2 changed files with 1 additions and 4 deletions

View file

@ -820,7 +820,7 @@ import java.util.concurrent.TimeUnit;
}
}
}
}, 2L, 2L);
}, 20L, 20L);
}
/**