We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b880c commit f6bd846Copy full SHA for f6bd846
yt/yql/providers/yt/common/yql_yt_settings.cpp
@@ -199,8 +199,8 @@ TYtConfiguration::TYtConfiguration(TTypeAnnotationContext& typeCtx)
199
REGISTER_SETTING(*this, ScriptCpu).Lower(1.0).GlobalOnly();
200
REGISTER_SETTING(*this, PythonCpu).Lower(1.0).GlobalOnly();
201
REGISTER_SETTING(*this, JavascriptCpu).Lower(1.0).GlobalOnly();
202
- REGISTER_SETTING(*this, ErasureCodecCpu).Lower(1.0);
203
- REGISTER_SETTING(*this, ErasureCodecCpuForDq).Lower(1.0);
+ REGISTER_SETTING(*this, ErasureCodecCpu).Lower(0.1);
+ REGISTER_SETTING(*this, ErasureCodecCpuForDq).Lower(0.1);
204
205
REGISTER_SETTING(*this, Owners)
206
.NonEmpty()
0 commit comments