Skip to content

Commit

Permalink
Move blocking UUID generation to boundedElastic thread
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooba-git committed Jul 24, 2023
1 parent c39f764 commit ee9177b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public void run(String[] args) {
.build());
}
)
.subscribeOn(Schedulers.boundedElastic())
)
.log()
.subscribe(
Expand Down

0 comments on commit ee9177b

Please sign in to comment.