xingfudeshi commented on code in PR #7130: URL: https://github.com/apache/incubator-seata/pull/7130#discussion_r1938579592
########## server/src/main/resources/application.example.yml: ########## @@ -194,6 +194,22 @@ seata: vgroup-table: vgroup_table query-limit: 1000 max-wait: 5000 + druid: + timeBetweenEvictionRunsMillis: 120000 Review Comment: > In general, YAML files commonly use lowercase letters and hyphens to separate different words. This is the recommended `Kebab Case` style for Spring configurations. Yes.I will correct it. ########## server/src/main/resources/application.example.yml: ########## @@ -194,6 +194,22 @@ seata: vgroup-table: vgroup_table query-limit: 1000 max-wait: 5000 + druid: + timeBetweenEvictionRunsMillis: 120000 Review Comment: Yes.I will correct it. -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org