diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-06-30 10:53:40 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-06-30 10:53:40 +0900 |
| commit | bffe6fb9bfa1fe61eab4f03bd318c010644d7afb (patch) | |
| tree | fc411f106d78c928384eb880d79b458a371a8617 /packages/client/src/store.ts | |
| parent | tweak client (diff) | |
| download | misskey-bffe6fb9bfa1fe61eab4f03bd318c010644d7afb.tar.gz misskey-bffe6fb9bfa1fe61eab4f03bd318c010644d7afb.tar.bz2 misskey-bffe6fb9bfa1fe61eab4f03bd318c010644d7afb.zip | |
tweak client
Diffstat (limited to 'packages/client/src/store.ts')
| -rw-r--r-- | packages/client/src/store.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index a273a46c7c..94d9d91385 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -233,6 +233,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'device', default: true, }, + numberOfPageCache: { + where: 'device', + default: 5, + }, aiChanMode: { where: 'device', default: false, |