diff --git a/Spigot-API-Patches/Timings-v2.patch b/Spigot-API-Patches/Timings-v2.patch index 73e148274..b036c1f55 100644 --- a/Spigot-API-Patches/Timings-v2.patch +++ b/Spigot-API-Patches/Timings-v2.patch @@ -1717,7 +1717,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + static long getCost() { + // Benchmark the users System.nanotime() for cost basis -+ int passes = 500000; ++ int passes = 100; + TimingHandler SAMPLER1 = Timings.ofSafe("Timings Sampler 1"); + TimingHandler SAMPLER2 = Timings.ofSafe("Timings Sampler 2"); + TimingHandler SAMPLER3 = Timings.ofSafe("Timings Sampler 3");