Skip to content

Commit

Permalink
add executor service param - fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Semernitskaya committed Sep 20, 2023
1 parent a907bd5 commit c9ff12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riptide-failsafe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Http.builder().requestFactory(new HttpComponentsClientHttpRequestFactory())
.withExecutor(Executors.newFixedThreadPool(2)))
.build();
```
```suggestion

If no executor is specified, the default executor configured by `Failsafe` is used. See [Failsafe DelegatingScheduler class](https://github.com/failsafe-lib/failsafe/blob/master/core/src/main/java/dev/failsafe/internal/util/DelegatingScheduler.java#L111),
and also [Failsafe documentation](https://failsafe.dev/async-execution/#executorservice-configuration) for more information.

Expand Down

0 comments on commit c9ff12c

Please sign in to comment.