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 236164c commit 99fa376Copy full SHA for 99fa376
README.md
@@ -121,7 +121,7 @@ client.enableLogicalOperators(true);
121
Caching the response, define the time-to-live of the cache.
122
123
```js
124
-// Specify time-to-live value in milliseconds
+// Specify time-to-live value in seconds
125
client.setCacheResponseTime(3600);
126
```
127
0 commit comments