mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-01 12:41:50 +01:00
Make timings verbose by default
More useful data by default for server administrators
This commit is contained in:
parent
539c3829ed
commit
2052670adf
1 changed files with 1 additions and 1 deletions
|
@ -1108,7 +1108,7 @@ index f6a67d6..93825d9 100644
|
|||
+ 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…
Reference in a new issue