🐛 Fix issues with URL being too long when pinging many apps (#1264)

This commit is contained in:
Thomas Camlong
2023-08-12 21:57:20 +02:00
committed by GitHub
parent abb52b093a
commit c8f39033dd
3 changed files with 59 additions and 52 deletions

View File

@@ -31,6 +31,7 @@ const getTrpcConfiguration = () => ({
}),
httpBatchLink({
url: `${getBaseUrl()}/api/trpc`,
maxURLLength: 2000,
}),
],
});