frankgh commented on code in PR #91:
URL: https://github.com/apache/cassandra-sidecar/pull/91#discussion_r1573046329
##########
src/test/resources/config/sidecar_multiple_instances.yaml:
##########
@@ -91,6 +91,10 @@ sidecar:
cache:
expire_after_access_millis: 7200000 # 2 hours
maximum_size: 10000
+ sstable_snapshot:
+ snapshot_list_cache:
+ expire_after_access_millis: 350
Review Comment:
ah this is only a resource for tests, the actual value in `sidecar.yaml` is
`7200000` or 2 hours
--
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]