Skip to content

Commit

Permalink
add limit of 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Mar 4, 2024
1 parent 81c9320 commit 62c4054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/api/peers/slots/[name]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export async function GET(
gte: new Date(Date.now() - forThePastThisMuchTime),
},
},
take: 100,
});

// convert slot_size to string
Expand Down

0 comments on commit 62c4054

Please sign in to comment.