TEOTEO520 commented on code in PR #6469: URL: https://github.com/apache/gravitino/pull/6469#discussion_r1971642812
########## core/src/main/java/org/apache/gravitino/Configs.java: ########## @@ -84,6 +90,10 @@ private Configs() {} public static final String DEFAULT_RELATIONAL_JDBC_BACKEND_PASSWORD = "gravitino"; + public static final int DEFAULT_RELATIONAL_JDBC_BACKEND_MAX_TOTAL_CONNECTION = 100; + + public static final long DEFAULT_RELATIONAL_JDBC_BACKEND_MAX_WAIT_MILLIS_CONNECTION = 1000L; Review Comment: All of your suggestions have been adopted, thank you very much -- 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...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org