bereng commented on code in PR #3917: URL: https://github.com/apache/cassandra/pull/3917#discussion_r2034731320
########## src/java/org/apache/cassandra/cql3/QueryProcessor.java: ########## @@ -155,6 +155,12 @@ private enum InternalStateInstance } public void preloadPreparedStatements() + { + preloadPreparedStatements(5000); Review Comment: That 5K should be a constant defined somewhere imo -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org