Increase parent batch size to reduce onStartReached calls (#10086)

This commit is contained in:
Eric Bailey
2026-03-20 11:38:52 -05:00
committed by GitHub
parent 34d8c6fe58
commit 74d8ca8fa7
+1 -1
View File
@@ -45,7 +45,7 @@ import * as Layout from '#/components/Layout'
import {ListFooter} from '#/components/Lists'
import {useAnalytics} from '#/analytics'
const PARENT_CHUNK_SIZE = 5
const PARENT_CHUNK_SIZE = 20
const CHILDREN_CHUNK_SIZE = 50
export function PostThread({uri}: {uri: string}) {