Increase parent batch size to reduce onStartReached calls

This commit is contained in:
Eric Bailey
2026-03-20 11:06:58 -05:00
parent 3e7d7ce5f4
commit e94426685b
+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 = 10
const CHILDREN_CHUNK_SIZE = 50
export function PostThread({uri}: {uri: string}) {