Skip to content

Commit

Permalink
Merge pull request #16 from ykhfree/feature/issue-15
Browse files Browse the repository at this point in the history
ISSUE #15 Add Schedulers.boundedElastic() in Reactor
  • Loading branch information
ykhfree authored Jan 3, 2025
2 parents 3967aef + 6891b66 commit f6ca6dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class ReqShield<T>(
Mono.just(reqShieldData)
},
),
)
).subscribeOn(Schedulers.boundedElastic())

private fun buildReqShieldData(
value: T?,
Expand Down

0 comments on commit f6ca6dc

Please sign in to comment.