Skip to content

Commit

Permalink
improvement(session-detail): increase limit for fetching requests
Browse files Browse the repository at this point in the history
  • Loading branch information
use-tusk[bot] authored Dec 13, 2024
1 parent e70123a commit 3f9f526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/sessions/[session_id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SessionDetail = ({ session_id }: { session_id: string }) => {

const requests = useGetRequests(
1,
100,
1000,
{
left: {
request_response_rmt: {
Expand Down

0 comments on commit 3f9f526

Please sign in to comment.