Let's do 20

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