kamnani commented on a change in pull request #354:
URL: https://github.com/apache/tomcat/pull/354#discussion_r485072258



##########
File path: java/org/apache/catalina/startup/ContextConfig.java
##########
@@ -122,6 +126,11 @@
 
     private static final Log log = LogFactory.getLog(ContextConfig.class);
 
+    private static final int DEFAULT_CLASS_CACHE_SIZE = 16384;
+
+    private static final float DEFAULT_LOAD_FACTOR = .75f;
+
+    private static int CONCURRENCY_LEVEL = 1;

Review comment:
       Resolved with latest commit. 




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to