increasing task attempt rate to 10 per second
This commit is contained in:
parent
d09b1c57b7
commit
5e41dcb021
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class TaskManager {
|
||||||
isNew = false;
|
isNew = false;
|
||||||
}
|
}
|
||||||
TaskManager.configProcess = new ConfigProcess();
|
TaskManager.configProcess = new ConfigProcess();
|
||||||
TaskManager.loadTask = Bukkit.getScheduler().runTaskTimer( plugin, loadProcess, 0, 5 );
|
TaskManager.loadTask = Bukkit.getScheduler().runTaskTimer( plugin, loadProcess, 0, 2 );
|
||||||
TaskManager.configTask = Bukkit.getScheduler().runTaskTimer( plugin, configProcess, 0, 200 );
|
TaskManager.configTask = Bukkit.getScheduler().runTaskTimer( plugin, configProcess, 0, 200 );
|
||||||
return isNew;
|
return isNew;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue