mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adjust render properties for `Feed` `List` (#5080)

authored by hailey.at and committed by

GitHub 5d300bec 0014d436

+3 -1
+3 -1
src/view/com/posts/Feed.tsx
··· 562 562 desktopFixedHeightOffset ? desktopFixedHeightOffset : true 563 563 } 564 564 initialNumToRender={initialNumToRenderOverride ?? initialNumToRender} 565 - windowSize={11} 565 + windowSize={9} 566 + maxToRenderPerBatch={5} 567 + updateCellsBatchingPeriod={40} 566 568 onItemSeen={feedFeedback.onItemSeen} 567 569 /> 568 570 </View>