File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/core/src/main/java/org/apache/ignite/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1662,15 +1662,15 @@ private void start0(GridStartContext startCtx) throws IgniteCheckedException {
16621662 "utility" ,
16631663 cfg .getGridName (),
16641664 myCfg .getUtilityCacheThreadPoolSize (),
1665- DFLT_SYSTEM_MAX_THREAD_CNT ,
1665+ myCfg . getUtilityCacheThreadPoolSize () ,
16661666 myCfg .getUtilityCacheKeepAliveTime (),
16671667 new LinkedBlockingQueue <Runnable >(DFLT_SYSTEM_THREADPOOL_QUEUE_CAP ));
16681668
16691669 marshCacheExecSvc = new IgniteThreadPoolExecutor (
16701670 "marshaller-cache" ,
16711671 cfg .getGridName (),
16721672 myCfg .getMarshallerCacheThreadPoolSize (),
1673- DFLT_SYSTEM_MAX_THREAD_CNT ,
1673+ myCfg . getMarshallerCacheThreadPoolSize () ,
16741674 myCfg .getMarshallerCacheKeepAliveTime (),
16751675 new LinkedBlockingQueue <Runnable >(DFLT_SYSTEM_THREADPOOL_QUEUE_CAP ));
16761676
You can’t perform that action at this time.
0 commit comments