mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:43:09 +02:00
chore(client): tweak default value of numberOfPageCache
This commit is contained in:
parent
2d551a8598
commit
3f507241ca
1 changed files with 1 additions and 1 deletions
|
@ -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