File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
vertx-core/src/main/java/io/vertx/core/impl Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ private static ThreadFactory virtualThreadFactory() {
203203 PoolMetrics internalBlockingPoolMetrics = metrics != null ? metrics .createPoolMetrics ("worker" , "vert.x-internal-blocking" , internalBlockingPoolSize ) : null ;
204204
205205 ThreadFactory virtualThreadFactory = virtualThreadFactory ();
206- PoolMetrics virtualThreadWorkerPoolMetrics = metrics != null ? metrics .createPoolMetrics ("worker" , "vert.x-virtual-thread" , options . getWorkerPoolSize () ) : null ;
206+ PoolMetrics virtualThreadWorkerPoolMetrics = metrics != null ? metrics .createPoolMetrics ("worker" , "vert.x-virtual-thread" , - 1 ) : null ;
207207
208208 contextLocals = LocalSeq .get ();
209209 contextLocalsList = Collections .unmodifiableList (Arrays .asList (contextLocals ));
You can’t perform that action at this time.
0 commit comments