cryptoe commented on code in PR #18033:
URL: https://github.com/apache/druid/pull/18033#discussion_r2108877577


##########
server/src/main/java/org/apache/druid/server/initialization/ServerConfig.java:
##########
@@ -46,6 +46,7 @@
 public class ServerConfig
 {
   public static final int DEFAULT_GZIP_INFLATE_BUFFER_SIZE = 4096;
+  public static final int DEFAULT_NUM_PACKING_THREADS = 30;

Review Comment:
   its the extra threads we add . Couldn't really find a good word. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to