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 57dc7ac commit 08e97ddCopy full SHA for 08e97dd
ydb/core/tx/datashard/const.h
@@ -9,7 +9,7 @@ constexpr ui64 INVALID_TABLET_ID = Max<ui64>();
9
constexpr ui64 MEMORY_REQUEST_FACTOR = 8;
10
11
// TODO: make configurable
12
-constexpr ui64 MAX_REORDER_TX_KEYS = 100;
+constexpr ui64 MAX_REORDER_TX_KEYS = 1000;
13
14
namespace NLimits {
15
static constexpr ui64 MaxWriteKeySize = 1024 * 1024 + 1024; // 1MB + small delta (for old ugc tests)
0 commit comments