mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 21:37:28 +01:00
Make timings verbose by default
More useful data by default for server administrators
This commit is contained in:
parent
df05971fe9
commit
f434ee1467
1 changed files with 1 additions and 1 deletions
|
@ -1108,7 +1108,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ private static void timings()
|
||||
+ {
|
||||
+ boolean timings = getBoolean( "timings.enabled", true );
|
||||
+ boolean verboseTimings = getBoolean( "timings.verbose", false );
|
||||
+ boolean verboseTimings = getBoolean( "timings.verbose", true );
|
||||
+ TimingsManager.privacy = getBoolean( "timings.server-name-privacy", false );
|
||||
+ TimingsManager.hiddenConfigs = getList( "timings.hidden-config-entries", Lists.newArrayList("database", "settings.bungeecord-addresses"));
|
||||
+ int timingHistoryInterval = getInt( "timings.history-interval", 300 );
|
||||
|
|
Loading…
Add table
Reference in a new issue