From f434ee14674743def055678340aca880093d1864 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sat, 13 Feb 2016 17:19:33 -0600 Subject: [PATCH] Make timings verbose by default More useful data by default for server administrators --- Spigot-Server-Patches/Timings-v2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/Timings-v2.patch b/Spigot-Server-Patches/Timings-v2.patch index 4487fe407b..abacaf2b3b 100644 --- a/Spigot-Server-Patches/Timings-v2.patch +++ b/Spigot-Server-Patches/Timings-v2.patch @@ -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 );