Skip to content

Commit e0171b3

Browse files
maxchang3wolfy1339
authored andcommitted
docs(README): correct cache implementation to toad-cache (#707)
Refs: #654
1 parent 58149ef commit e0171b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ createAppAuth({
406406
<code>object</code>
407407
</th>
408408
<td>
409-
Installation tokens expire after an hour. By default, <code>@octokit/auth-app</code> is caching up to 15000 tokens simultaneously using <a href="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/isaacs/node-lru-cache">lru-cache</a>. You can pass your own cache implementation by passing <code>options.cache.{get,set}</code> to the constructor. Example:
409+
Installation tokens expire after an hour. By default, <code>@octokit/auth-app</code> is caching up to 15000 tokens simultaneously using <a href="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/kibertoad/toad-cache">toad-cache</a>. You can pass your own cache implementation by passing <code>options.cache.{get,set}</code> to the constructor. Example:
410410

411411
```js
412412
const CACHE = {};

0 commit comments

Comments
 (0)