Update AsyncTdMiddleEventBusServer.java

This commit is contained in:
Andrea Cavalli 2021-01-24 04:38:29 +01:00
parent 1f6f4ec62f
commit e1e18d61cf
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class AsyncTdMiddleEventBusServer extends AbstractVerticle {
private final One<Flux<Void>> pipeFlux = Sinks.one(); private final One<Flux<Void>> pipeFlux = Sinks.one();
public AsyncTdMiddleEventBusServer() { public AsyncTdMiddleEventBusServer() {
this.tdOptions = new AsyncTdDirectOptions(WAIT_DURATION, 100); this.tdOptions = new AsyncTdDirectOptions(WAIT_DURATION, 15);
} }
@Override @Override