Skip to content

Commit

Permalink
load 1000 messages cause i have no idea how this works
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Nov 22, 2024
1 parent daea611 commit c02a0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chat/[conversationId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function ChatView() {
if (!hasMore && !reset) return
if (!local?.conversationId) return

const limit = 25
const limit = 1000
const offset = reset ? 0 : page * limit

try {
Expand Down

0 comments on commit c02a0af

Please sign in to comment.