Skip to content

docs: update readme yaml config example#273

Merged
djmb merged 2 commits intorails:mainfrom
andimrob:main
Nov 6, 2025
Merged

docs: update readme yaml config example#273
djmb merged 2 commits intorails:mainfrom
andimrob:main

Conversation

@andimrob
Copy link
Copy Markdown
Contributor

This very minor change updates a mistake I noticed in the readme for the yaml config of solid cache for max_entries

@andimrob
Copy link
Copy Markdown
Contributor Author

andimrob commented Nov 3, 2025

@djmb would you review this?

README.md Outdated
store_options:
<<: *default_store_options
max_entries: <%= 256.gigabytes %>
max_entries: 10_000_000 # default is null
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we change this to max_size: <%= 256.gigabytes %> instead? The max_size option if more accurate at estimating the cache size and it matches the value above.

@djmb
Copy link
Copy Markdown
Collaborator

djmb commented Nov 6, 2025

Thanks @andimrob!

@djmb djmb merged commit 95e59a7 into rails:main Nov 6, 2025
40 checks passed
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