mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
chore(client): tweak default value of numberOfPageCache
This commit is contained in:
@@ -275,7 +275,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
numberOfPageCache: {
|
||||
where: 'device',
|
||||
default: 5,
|
||||
default: 3,
|
||||
},
|
||||
showNoteActionsOnlyHover: {
|
||||
where: 'device',
|
||||
|
||||
Reference in New Issue
Block a user