We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4534c commit 6a1012dCopy full SHA for 6a1012d
README.md
@@ -62,7 +62,7 @@ If you don't want to indefinitely cache results, or you don't have an eviction p
62
const configuration = new Configuration({
63
...
64
+ baseOptions: {
65
-+ // In this example, specify a cache TTL of 24 hours before it expires:
++ // In this example, we specify a cache TTL of 24 hours before it expires:
66
+ headers: { 'X-Proxy-TTL': 60 * 60 * 24 }
67
+ }
68
});
0 commit comments