Skip to content

Commit

Permalink
Merge pull request #523 from us3r-network/F-hotPostsLess-shixuewen
Browse files Browse the repository at this point in the history
feat: hot posts request fewer posts
  • Loading branch information
Tonyce authored Feb 4, 2024
2 parents 40f2e31 + 98fd6d6 commit 656340f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/u3/src/services/shared/api/explore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export function getHotPosts() {
// TODO 后期换成包含farcaster和lens的trending
return getFarcasterTrending({
start: 0,
end: 30, // TODO 多取些暂时规避可能取不到6条的问题(fcast 可能被删除)
least: 20,
end: 15, // TODO 多取些暂时规避可能取不到6条的问题(fcast 可能被删除)
least: 10,
});
}

Expand Down

0 comments on commit 656340f

Please sign in to comment.