Skip to content

Commit 08e97dd

Browse files
authored
Change MAX_REORDER_TX_KEYS from 100 to 1000 (main) (#15293)
1 parent 57dc7ac commit 08e97dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/datashard/const.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ constexpr ui64 INVALID_TABLET_ID = Max<ui64>();
99
constexpr ui64 MEMORY_REQUEST_FACTOR = 8;
1010

1111
// TODO: make configurable
12-
constexpr ui64 MAX_REORDER_TX_KEYS = 100;
12+
constexpr ui64 MAX_REORDER_TX_KEYS = 1000;
1313

1414
namespace NLimits {
1515
static constexpr ui64 MaxWriteKeySize = 1024 * 1024 + 1024; // 1MB + small delta (for old ugc tests)

0 commit comments

Comments
 (0)