Maybe reduces consumption for tts server
This commit is contained in:
@@ -21,7 +21,7 @@ public sealed class TTSManager
|
|||||||
new HistogramConfiguration()
|
new HistogramConfiguration()
|
||||||
{
|
{
|
||||||
LabelNames = new[] {"type"},
|
LabelNames = new[] {"type"},
|
||||||
Buckets = Histogram.ExponentialBuckets(.1, 1.5, 100),
|
Buckets = Histogram.ExponentialBuckets(.1, 1.5, 10),
|
||||||
});
|
});
|
||||||
|
|
||||||
private static readonly Counter WantedCount = Metrics.CreateCounter(
|
private static readonly Counter WantedCount = Metrics.CreateCounter(
|
||||||
|
|||||||
Reference in New Issue
Block a user