pjcubero commented on issue #513:
URL: https://github.com/apache/camel-k-runtime/issues/513#issuecomment-712779235
this way?
@org.apache.camel.BindToRegistry
public io.vertx.core.VertxOptions vertxOptions() {
return new io.vertx.core.VertxOptions()
.setMaxEventLoopExecuteTime(2000)
.setMaxEventLoopExecuteTimeUnit(TimeUnit.SECONDS));
}
@Override
public void configure() throws Exception {
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]