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}) {