klsince commented on code in PR #13544:
URL: https://github.com/apache/pinot/pull/13544#discussion_r1702168215


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -78,6 +78,7 @@ public static class Helix {
     public static final String IS_SHUTDOWN_IN_PROGRESS = "shutdownInProgress";
     public static final String QUERIES_DISABLED = "queriesDisabled";
     public static final String QUERY_RATE_LIMIT_DISABLED = 
"queryRateLimitDisabled";
+    public static final String DATABASE_QUERY_RATE_LIMIT = 
"databaseMaxQueriesPerSecond";

Review Comment:
   nit: DATABASE_MAX_QUERIES... to be consistent with how other variables are 
named.  



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

Reply via email to