You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/12/20 02:04:57 UTC

[GitHub] [pinot] ankitsultana commented on a diff in pull request #10001: Add Support for Tuning HTTP Server Thread Pool

ankitsultana commented on code in PR #10001:
URL: https://github.com/apache/pinot/pull/10001#discussion_r1052803551


##########
pinot-core/src/main/java/org/apache/pinot/core/util/ListenerConfigUtil.java:
##########
@@ -60,6 +61,7 @@
 public final class ListenerConfigUtil {
   private static final String DEFAULT_HOST = "0.0.0.0";
   private static final String DOT_ACCESS_PROTOCOLS = ".access.protocols";
+  private static final String DOT_ACCESS_THREAD_POOL = ".thread.pool";

Review Comment:
   Good point. Done.



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org