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 b7e1fbf commit 7cbdc05Copy full SHA for 7cbdc05
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