Compare commits

...

2 Commits

Author SHA1 Message Date
Eric Bailey d323fe8f2c Let's do 20 2026-03-20 11:31:31 -05:00
Eric Bailey e94426685b Increase parent batch size to reduce onStartReached calls 2026-03-20 11:11:06 -05:00
+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}) {