aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-10-09 16:59:44 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-10-09 17:20:46 +0300
commit8e87e2b5cdc0eed1911043bb6194ad82269c522b (patch)
tree4a06876a3da561982685ad4d6d1c33254a67cb21
parent097c4ae3967ac7dd39d81324b01a00d19bdadd55 (diff)
downloadydb-8e87e2b5cdc0eed1911043bb6194ad82269c522b.tar.gz
Intermediate changes
-rw-r--r--yt/yt/library/profiling/solomon/exporter.cpp2
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)