Deprecate netty config modules
[controller.git] / opendaylight / config / netty-threadgroup-config / src / main / resources / org / opendaylight / blueprint / netty-threadgroup.xml
index bfb088f765e99f49921b8f090cc1818f1da5bef4..5ab81de75a31dcdabb2a0ffe2185ecf8486d2f4a 100644 (file)
@@ -6,7 +6,7 @@
 
   <cm:property-placeholder persistent-id="org.opendaylight.netty.threadgroup" update-strategy="none">
     <cm:default-properties>
-      <!-- 0 means use the default number of threads  -->
+      <!-- 0 means use the default number of threads which is 2 * number of CPUs -->
       <cm:property name="global-boss-group-thread-count" value="0"/>
       <cm:property name="global-worker-group-thread-count" value="0"/>
     </cm:default-properties>