-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
This line makes it appear maxTtlIfError is whatever value is provided in seconds for maxTtlIfError
apollo-datasource-http/README.md
Line 113 in 5f0036f
| maxTtlIfError: 30 * 60, // 30min, will respond with the cached response in case of an error (for further 20min) |
This line makes it appear as though maxTtlIfError actually ends up being maxTtl + maxTtlIfError.
| ttl: request.requestCache.maxTtl + request.requestCache.maxTtlIfError, |
I'm happy to PR clarification once I have it. Just need to know what that is 🙃 .
Metadata
Metadata
Assignees
Labels
No labels