-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YQ-4133 fix race on RM initialization (#14931)
- Loading branch information
1 parent
50d5375
commit 388cf79
Showing
2 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ActorSystemConfig { | ||
Executor { | ||
Type: BASIC | ||
Threads: 1 | ||
Threads: 2 | ||
SpinThreshold: 10 | ||
Name: "System" | ||
} | ||
|