Use Schedulers.boundedElastic()
Fixes gh-7457
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ import reactor.core.scheduler.Schedulers;
|
||||
public class ReactiveAuthenticationManagerAdapter implements ReactiveAuthenticationManager {
|
||||
private final AuthenticationManager authenticationManager;
|
||||
|
||||
private Scheduler scheduler = Schedulers.elastic();
|
||||
private Scheduler scheduler = Schedulers.boundedElastic();
|
||||
|
||||
public ReactiveAuthenticationManagerAdapter(AuthenticationManager authenticationManager) {
|
||||
Assert.notNull(authenticationManager, "authenticationManager cannot be null");
|
||||
|
||||
Reference in New Issue
Block a user