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

docs: fix Metadata cache args #310

Merged
merged 1 commit into from
Jul 4, 2023
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
4 changes: 2 additions & 2 deletions packages/txwrapper-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ NOTES:

- It is recommended to use a value greater 2 for the cache size as regressions have been seen in some cases for 2 or lower.

#### `TXWRAPPER_METADATA_CACHE_MAX`
#### `TXWRAPPER_METADATA_CACHE_MAX_AGE`

**Summary**:
Set the TTL (Time To Live) for items in the memoized cache. This takes in an integer in the measurement of milliseconds. Ex: `export TXWRAPPER_METADATA_CACHE_MAX=1000` for 1 second.
Set the TTL (Time To Live) for items in the memoized cache. This takes in an integer in the measurement of milliseconds. Ex: `export TXWRAPPER_METADATA_CACHE_MAX_AGE=1000` for 1 second.