chore(client): tweak default value of numberOfPageCache

This commit is contained in:
syuilo 2023-03-04 17:19:18 +09:00
parent 2d551a8598
commit 3f507241ca
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
numberOfPageCache: {
where: 'device',
default: 5,
default: 3,
},
showNoteActionsOnlyHover: {
where: 'device',