diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-04 17:19:18 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-04 17:19:18 +0900 |
| commit | 3f507241ca98148f274211cbdeeac7b227f287d8 (patch) | |
| tree | 7e0730f76adc008993d98fe3fba56cccaeb81541 | |
| parent | enhance(server): downloadUrlでContent-Dispositionからファイル名を取... (diff) | |
| download | misskey-3f507241ca98148f274211cbdeeac7b227f287d8.tar.gz misskey-3f507241ca98148f274211cbdeeac7b227f287d8.tar.bz2 misskey-3f507241ca98148f274211cbdeeac7b227f287d8.zip | |
chore(client): tweak default value of numberOfPageCache
| -rw-r--r-- | packages/frontend/src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 9378cd573c..2766b434fc 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -275,7 +275,7 @@ export const defaultStore = markRaw(new Storage('base', { }, numberOfPageCache: { where: 'device', - default: 5, + default: 3, }, showNoteActionsOnlyHover: { where: 'device', |