summaryrefslogtreecommitdiff
path: root/packages/client/src/store.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-06-30 10:53:40 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-06-30 10:53:40 +0900
commitbffe6fb9bfa1fe61eab4f03bd318c010644d7afb (patch)
treefc411f106d78c928384eb880d79b458a371a8617 /packages/client/src/store.ts
parenttweak client (diff)
downloadmisskey-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.ts4
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,