frankgh commented on code in PR #138: URL: https://github.com/apache/cassandra-sidecar/pull/138#discussion_r1792528874
########## server/src/main/dist/conf/sidecar.yaml: ########## @@ -68,6 +68,9 @@ sidecar: tcp_keep_alive: false accept_backlog: 1024 server_verticle_instances: 1 + vertx_filesystem_options: + class_path_resolving_enabled: false + file_caching_enabled: false Review Comment: Yeah, I thought about this, I think it is a good idea, I was mostly trying to avoid nesting. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

