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 docs for cache ttl env var #60

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Fix docs for cache ttl env var #60

merged 1 commit into from
Jul 26, 2024

Conversation

mrfelton
Copy link
Member

This pull request includes a series of changes to ensure consistency in the naming of the CACHE_STD_TTL configuration option across the codebase. The most important changes include updating the configuration option name in the README.md file and several instances within the src/server.tsx file.

Configuration updates:

  • README.md: Renamed CACHE_STDTTL to CACHE_STD_TTL in the configuration options table.

Code updates:

  • src/server.tsx: Updated the CACHE_STDTTL constant to CACHE_STD_TTL in the configuration retrieval statement.
  • src/server.tsx: Updated the CACHE_STDTTL constant to CACHE_STD_TTL in the DataProviderManager service initialization.
  • src/server.tsx: Updated the CACHE_STDTTL constant to CACHE_STD_TTL in the cache headers setting for the root endpoint.
  • src/server.tsx: Updated the CACHE_STDTTL constant to CACHE_STD_TTL in the cache headers setting for the /v1/fee-estimates endpoint.

@mrfelton mrfelton self-assigned this Jul 26, 2024
@mrfelton mrfelton merged commit f767a7e into master Jul 26, 2024
1 check failed
@mrfelton mrfelton deleted the fix/cache-docs branch July 26, 2024 13:33
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

Successfully merging this pull request may close these issues.

2 participants