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
There's several places in the README where you have an example of setting the maxAge option like this:
maxAge
maxAge: 90000, // Items added to this cache expire after 15 minutes
You are missing a zero. This is actually 1.5 mins, not 15 mins. You do this in several other places with a similar claim that 600000 = 10mins.
The text was updated successfully, but these errors were encountered:
Oops. Should've used a calculator. Good thing I'm not a cashier.
Good catch.
Sorry, something went wrong.
Fixed #56. Fixed #59.
a955c52
jmdobry
No branches or pull requests
There's several places in the README where you have an example of setting the
maxAge
option like this:You are missing a zero. This is actually 1.5 mins, not 15 mins. You do this in several other places with a similar claim that 600000 = 10mins.
The text was updated successfully, but these errors were encountered: