diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-09 16:59:44 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-09 17:20:46 +0300 |
commit | 8e87e2b5cdc0eed1911043bb6194ad82269c522b (patch) | |
tree | 4a06876a3da561982685ad4d6d1c33254a67cb21 | |
parent | 097c4ae3967ac7dd39d81324b01a00d19bdadd55 (diff) | |
download | ydb-8e87e2b5cdc0eed1911043bb6194ad82269c522b.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/library/profiling/solomon/exporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/library/profiling/solomon/exporter.cpp b/yt/yt/library/profiling/solomon/exporter.cpp index 34fbeba0a0..d03f553620 100644 --- a/yt/yt/library/profiling/solomon/exporter.cpp +++ b/yt/yt/library/profiling/solomon/exporter.cpp @@ -66,7 +66,7 @@ void TSolomonExporterConfig::Register(TRegistrar registrar) registrar.Parameter("thread_pool_size", &TThis::ThreadPoolSize) .Default(1); - registrar.Parameter("encoding_thread_pool_size", &TThis::ThreadPoolSize) + registrar.Parameter("encoding_thread_pool_size", &TThis::EncodingThreadPoolSize) .Default(1); registrar.Parameter("convert_counters_to_rate_for_solomon", &TThis::ConvertCountersToRateForSolomon) |