Skip to content

Commit

Permalink
fix(ceremony): reduce batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Oct 30, 2024
1 parent 89388a0 commit 2ba0a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceremony/src/lib/state/activity.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class Activity {
.from("log")
.select("message, created_at")
.order("created_at", { ascending: false })
.limit(100)
.limit(50)

if (error) {
console.error("Error fetching initial data:", error)
Expand Down

0 comments on commit 2ba0a19

Please sign in to comment.