xtern commented on code in PR #7040: URL: https://github.com/apache/ignite-3/pull/7040#discussion_r2565411826
########## docs/_docs/developers-guide/clients/jdbc-driver.adoc: ########## @@ -78,6 +76,7 @@ jdbc:ignite:thin://host[:port][,host[:port][/schema][[?parameter1=value1][;param *** `keyStorePassword` - Key store password. *** `clientAuth` - SSL client authentication. Possible values: `NONE`, `OPTIONAL`, `REQUIRE`. *** `ciphers` - comma-separated SSL ciphers list. +** `partitionAwarenessMetadataCacheSize` - Size of cache to store partition awareness metadata of queries, in number of entries. Default value: `1024`. Review Comment: Thanks, fixed. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
