@@ -314,7 +314,7 @@ TYtConfiguration::TYtConfiguration()
314
314
REGISTER_SETTING (*this , MapJoinUseFlow);
315
315
REGISTER_SETTING (*this , EvaluationTableSizeLimit).Upper (10_MB); // Max 10Mb
316
316
REGISTER_SETTING (*this , LookupJoinLimit).Upper (10_MB); // Same as EvaluationTableSizeLimit
317
- REGISTER_SETTING (*this , LookupJoinMaxRows).Upper (1000 );
317
+ REGISTER_SETTING (*this , LookupJoinMaxRows).Upper (10000 );
318
318
REGISTER_SETTING (*this , DisableOptimizers);
319
319
REGISTER_SETTING (*this , MaxInputTables).Lower (2 ).Upper (3000 ); // 3000 - default max limit on YT clusters
320
320
REGISTER_SETTING (*this , MaxOutputTables).Lower (1 ).Upper (100 ); // https://ml.yandex-team.ru/thread/yt/166633186212752141/
@@ -448,7 +448,7 @@ TYtConfiguration::TYtConfiguration()
448
448
REGISTER_SETTING (*this , DqPruneKeyFilterLambda);
449
449
REGISTER_SETTING (*this , MergeAdjacentPointRanges);
450
450
REGISTER_SETTING (*this , KeyFilterForStartsWith);
451
- REGISTER_SETTING (*this , MaxKeyRangeCount).Upper (1000 );
451
+ REGISTER_SETTING (*this , MaxKeyRangeCount).Upper (10000 );
452
452
REGISTER_SETTING (*this , MaxChunksForDqRead).Lower (1 );
453
453
REGISTER_SETTING (*this , NetworkProject);
454
454
REGISTER_SETTING (*this , FileCacheTtl);
0 commit comments