Skip to content

Commit

Permalink
Make jail optional (ydb-platform#4091)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruall authored Apr 25, 2024
1 parent 5e2e7ea commit 7b8da5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/actors/core/executor_pool_basic.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ namespace NActors {
i16 priority = 0,
bool hasOwnSharedThread = false,
TExecutorPoolJail *jail = nullptr);
explicit TBasicExecutorPool(const TBasicExecutorPoolConfig& cfg, IHarmonizer *harmonizer, TExecutorPoolJail *jail);
explicit TBasicExecutorPool(const TBasicExecutorPoolConfig& cfg, IHarmonizer *harmonizer, TExecutorPoolJail *jail=nullptr);
~TBasicExecutorPool();

void Initialize(TWorkerContext& wctx) override;
Expand Down

0 comments on commit 7b8da5c

Please sign in to comment.