Skip to content

Commit 0fb2f34

Browse files
docs(configuration): remove warning regarding cache properties usage (#4874)
1 parent 53479ee commit 0fb2f34

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/configuration/other-options.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,6 @@ module.exports = {
355355
};
356356
```
357357

358-
W> `cache.idleTimeout` is only available when [`cache.store`](#cachestore) is set to `'pack'`
359-
360358
### cache.idleTimeoutForInitialStore
361359

362360
`number = 0`
@@ -374,8 +372,6 @@ module.exports = {
374372
};
375373
```
376374

377-
W> `cache.idleTimeoutForInitialStore` is only available when [`cache.store`](#cachestore) is set to `'pack'`
378-
379375
## dependencies
380376

381377
`[string]`

0 commit comments

Comments
 (0)