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 4a97653 commit c60a809Copy full SHA for c60a809
ydb/library/actors/core/config.h
@@ -13,7 +13,7 @@ namespace NActors {
13
14
struct TBasicExecutorPoolConfig {
15
static constexpr TDuration DEFAULT_TIME_PER_MAILBOX = TDuration::MilliSeconds(10);
16
- static constexpr ui32 DEFAULT_EVENTS_PER_MAILBOX = 1'000'000;
+ static constexpr ui32 DEFAULT_EVENTS_PER_MAILBOX = 100;
17
18
ui32 PoolId = 0;
19
TString PoolName;
0 commit comments