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

HTTPFileCache ever actually used? #236

Open
dblodgett-usgs opened this issue Jun 21, 2022 · 0 comments
Open

HTTPFileCache ever actually used? #236

dblodgett-usgs opened this issue Jun 21, 2022 · 0 comments

Comments

@dblodgett-usgs
Copy link
Contributor

Running TDS5 latest, I'm working on getting all our datasets to return under our 60 second time out limit. I have some large union aggregations that are taking too long to initialize. I can get them to work once but the next time I come around scanning all the end points in the catalog, they take too long again!

There is an element in threddsConfig.xml

  <!--
  The <HTTPFileCache> element:
  allow 10 - 20 open datasets, cleanup every 17 minutes
  used by HTTP Range requests.
  -->
  <HTTPFileCache>
    <minFiles>10</minFiles>
    <maxFiles>20</maxFiles>
    <scour>17 min</scour>
  </HTTPFileCache>

Does this actually get used anywhere? Searching around the code it doesn't appear to. What can I do to keep these unions fresh so just pulling back the .dds/.das is quick?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant