diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts
index 9378cd573c544f8aa81f6fbaeaccfaf2d1dbd8fc..2766b434fc4abbb2a3e2774855d59564d1456a10 100644
--- a/packages/frontend/src/store.ts
+++ b/packages/frontend/src/store.ts
@@ -275,7 +275,7 @@ export const defaultStore = markRaw(new Storage('base', {
 	},
 	numberOfPageCache: {
 		where: 'device',
-		default: 5,
+		default: 3,
 	},
 	showNoteActionsOnlyHover: {
 		where: 'device',