mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-12-02 01:46:45 +01:00
* :D
This commit is contained in:
parent
0021b114de
commit
31b71ade69
@ -491,7 +491,7 @@ public class Settings extends Config {
|
|||||||
|
|
||||||
@Comment("Settings relating to PlotSquared's GlobalBlockQueue")
|
@Comment("Settings relating to PlotSquared's GlobalBlockQueue")
|
||||||
public static final class QUEUE {
|
public static final class QUEUE {
|
||||||
@Comment({"Average time per tick spent completing chunk tasks in ms. Target average TPS = 20 * 50 / TARGET_TIME.",
|
@Comment({"Average time per tick spent completing chunk tasks in ms.",
|
||||||
"Waits (chunk task time / target_time) ticks before completely the next task."})
|
"Waits (chunk task time / target_time) ticks before completely the next task."})
|
||||||
public static int TARGET_TIME = 65;
|
public static int TARGET_TIME = 65;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user