Maybe reduces consumption for tts server

This commit is contained in:
EnefFlow
2023-05-08 17:41:09 +03:00
committed by Aviu00
parent 1753d52885
commit f56746eafa

View File

@@ -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(