Skip to content

Commit

Permalink
docs: update caching options
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Sep 14, 2024
1 parent 648cbab commit 10d5761
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion site/docs/extensions/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,9 @@ export default {
clients: {
default: {
store: 'memory',
refreshThreshold: 3 * 1000,
options: {
refreshThreshold: 3 * 1000,
},
},
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,9 @@ export default {
clients: {
default: {
store: 'memory',
refreshThreshold: 3 * 1000,
options: {
refreshThreshold: 3 * 1000,
},
},
},
}
Expand Down

0 comments on commit 10d5761

Please sign in to comment.