Skip to content

Commit

Permalink
fix: fix url too long problem #125
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Nov 14, 2024
1 parent c7ef57b commit c33d5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/api/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const trpcClient = trpc.createClient({
false: httpBatchLink({
url,
headers,
maxURLLength: 2083,
}),
}),
],
Expand Down

0 comments on commit c33d5bb

Please sign in to comment.