mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-05 14:42:22 -07:00
Disable timings by default (#11095)
This commit is contained in:
@@ -549,7 +549,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+
|
+
|
||||||
+ @Deprecated(forRemoval = true)
|
+ @Deprecated(forRemoval = true)
|
||||||
+ public class Timings extends ConfigurationPart {
|
+ public class Timings extends ConfigurationPart {
|
||||||
+ public boolean enabled = true;
|
+ public boolean enabled = false;
|
||||||
+ public boolean verbose = true;
|
+ public boolean verbose = true;
|
||||||
+ public String url = "https://timings.aikar.co/";
|
+ public String url = "https://timings.aikar.co/";
|
||||||
+ public boolean serverNamePrivacy = false;
|
+ public boolean serverNamePrivacy = false;
|
||||||
|
Reference in New Issue
Block a user