Skip to content

Commit

Permalink
Fix documentation about how to disable the scour in an AggregationCac…
Browse files Browse the repository at this point in the history
…he to use a unit so it will be parsed (Unidata#474)
  • Loading branch information
tdrwenski authored and WeatherGod committed Apr 18, 2024
1 parent 4b00d9f commit 91ba64f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 91ba64f

Please sign in to comment.