chore(client): tweak default value of numberOfPageCache
This commit is contained in:
parent
2d551a8598
commit
3f507241ca
|
@ -275,7 +275,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
},
|
},
|
||||||
numberOfPageCache: {
|
numberOfPageCache: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: 5,
|
default: 3,
|
||||||
},
|
},
|
||||||
showNoteActionsOnlyHover: {
|
showNoteActionsOnlyHover: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
|
|
Loading…
Reference in a new issue