mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
increase interval of progress notify
This commit is contained in:
@ -537,7 +537,7 @@ public class Settings extends Config {
|
||||
@Comment("Notify progress of the queue to the player or console.")
|
||||
public static boolean NOTIFY_PROGRESS = true;
|
||||
@Comment("Interval in ms to notify player or console of progress.")
|
||||
public static int NOTIFY_INTERVAL = 1000;
|
||||
public static int NOTIFY_INTERVAL = 5000;
|
||||
@Comment({"Time to wait in ms before beginning to notify player or console of progress.",
|
||||
"Prevent needless notification of progress for short queues."})
|
||||
public static int NOTIFY_WAIT = 5000;
|
||||
|
Reference in New Issue
Block a user