We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per collection caching can be configured in settings using _ as separator:
_
kinto.bid_cid_record_cache_expires_seconds = 60
Since _ is valid character in both bucket and collection ids, this could be confusing. I propose that we change it to .
.
The text was updated successfully, but these errors were encountered:
Use dot as bucket/collection separator in cache control settings (fixes
beae8c3
#1815)
Merge pull request #1817 from Kinto/1815-per-collection-cache-control
5132c91
Use dot as bucket/collection separator in cache control settings (fixes #1815)
Successfully merging a pull request may close this issue.
Per collection caching can be configured in settings using
_
as separator:kinto.bid_cid_record_cache_expires_seconds = 60
Since
_
is valid character in both bucket and collection ids, this could be confusing. I propose that we change it to.
The text was updated successfully, but these errors were encountered: