From d323fe8f2c43461715439ebae03e9decd6135766 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 20 Mar 2026 11:31:31 -0500 Subject: [PATCH] Let's do 20 --- src/screens/PostThread/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/PostThread/index.tsx b/src/screens/PostThread/index.tsx index 88239733d8..385879f31e 100644 --- a/src/screens/PostThread/index.tsx +++ b/src/screens/PostThread/index.tsx @@ -45,7 +45,7 @@ import * as Layout from '#/components/Layout' import {ListFooter} from '#/components/Lists' import {useAnalytics} from '#/analytics' -const PARENT_CHUNK_SIZE = 10 +const PARENT_CHUNK_SIZE = 20 const CHILDREN_CHUNK_SIZE = 50 export function PostThread({uri}: {uri: string}) {