walterddr commented on code in PR #9116: URL: https://github.com/apache/pinot/pull/9116#discussion_r934752728
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryConfig.java: ########## @@ -22,6 +22,9 @@ * Configuration for setting up query runtime. */ public class QueryConfig { + public static final int DEFAULT_MAX_INBOUND_QUERY_DATA_BLOCK_BYTES_SIZE = 128 * 1024 * 1024; + public static final long DEFAULT_TIMEOUT_NANO = 10_000_000_000L; Review Comment: yes we will make these configurable. but not for timeout, which will be take in per query -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org