Skip to content

Commit c60a809

Browse files
authored
Revert "Make DEFAULT_EVENTS_PER_MAILBOX unreachable (#14843)" to stable 25-1 (#15509)
1 parent 4a97653 commit c60a809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/actors/core/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace NActors {
1313

1414
struct TBasicExecutorPoolConfig {
1515
static constexpr TDuration DEFAULT_TIME_PER_MAILBOX = TDuration::MilliSeconds(10);
16-
static constexpr ui32 DEFAULT_EVENTS_PER_MAILBOX = 1'000'000;
16+
static constexpr ui32 DEFAULT_EVENTS_PER_MAILBOX = 100;
1717

1818
ui32 PoolId = 0;
1919
TString PoolName;

0 commit comments

Comments
 (0)