Skip to content

Small tweaks for caching limits - #61

Merged
donaldgray merged 1 commit into
mainfrom
feature/cache_tweaks
Jul 30, 2026
Merged

Small tweaks for caching limits#61
donaldgray merged 1 commit into
mainfrom
feature/cache_tweaks

Conversation

@donaldgray

Copy link
Copy Markdown
Member

Make CacheAbsoluteExpirationHours a double to allow for fractional values, using an int restricts to 1 hour min. It's unlikely we'd want to go lower but this allows us to should we need to. Use nameof() for accessing CacheMaxEntries to show where it is used.

Make CacheAbsoluteExpirationHours a double to allow for fractional
values, using an int restricts to 1 hour min. It's unlikely we'd want
to go lower but this allows us to should we need to.
Use nameof() for accessing CacheMaxEntries to show where it is used.
@donaldgray
donaldgray merged commit d6653de into main Jul 30, 2026
4 checks passed
@donaldgray
donaldgray deleted the feature/cache_tweaks branch July 30, 2026 07:40
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