diff --git a/Content.Server/White/TTS/TTSManager.cs b/Content.Server/White/TTS/TTSManager.cs index a7f2dbe144..8e09828072 100644 --- a/Content.Server/White/TTS/TTSManager.cs +++ b/Content.Server/White/TTS/TTSManager.cs @@ -21,7 +21,7 @@ public sealed class TTSManager new HistogramConfiguration() { LabelNames = new[] {"type"}, - Buckets = Histogram.ExponentialBuckets(.1, 1.5, 100), + Buckets = Histogram.ExponentialBuckets(.1, 1.5, 10), }); private static readonly Counter WantedCount = Metrics.CreateCounter(