diff --git a/core/screens/homeFeed/useFeedQuery.tsx b/core/screens/homeFeed/useFeedQuery.tsx
index 5cfd3b4f7154a9297be83c596843b208dda88bf2..2de59653373116d24621ec6de1529a041b50453b 100644
--- a/core/screens/homeFeed/useFeedQuery.tsx
+++ b/core/screens/homeFeed/useFeedQuery.tsx
@@ -11,8 +11,8 @@ import { feedInsightsQuery } from '@holi/core/screens/insights/queries'
 import type { Insight } from '@holi/core/screens/insights/types'
 import type { User } from '@holi/core/domain/shared/types'
 
-const PAGE_SIZE_EXTERNAL_DATA = 20
-const PAGE_SIZE_FEED = 20
+const PAGE_SIZE_EXTERNAL_DATA = 12
+const PAGE_SIZE_FEED = 12
 const POST_FREQUENCY = 2
 
 export const useFeedQuery = () => {