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
Cache supports a resync period option but Manager doesn't allow setting it. This makes it impossible to change the default resync interval of 10 hours.
Cache
Manager
Adding a Resync field to manager.Options and passing it through to newCache would fix this.
Resync
manager.Options
newCache
/cc @vaikas-google
The text was updated successfully, but these errors were encountered:
Merge pull request #87 from droot/fix-readme
98b9835
Update installation instructions in README
No branches or pull requests
Cache
supports a resync period option butManager
doesn't allow setting it. This makes it impossible to change the default resync interval of 10 hours.Adding a
Resync
field tomanager.Options
and passing it through tonewCache
would fix this./cc @vaikas-google
The text was updated successfully, but these errors were encountered: