Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cache scour documentation #474

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/userguide/src/site/pages/thredds/ThreddsConfigRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ If not otherwise set, the TDS will use the `${tds.content.root.path}/thredds/cac
We recommend that you use this default, by not specifying a `AggregationCache`.`dir` element.

Every `scour` amount of time, any item that hasn't been changed since `maxAge` time will be deleted.
If you have aggregations that never change, set `scour` to `-1` to disable the operation.
If you have aggregations that never change, set `scour` to `-1 sec` to disable the operation.
Otherwise, make `maxAge` longer than the longest time between changes.
Basically, you don't want to remove active aggregations.

Expand Down
Loading