동시에 업로드할 수 있는 파일의 메모리 용량을 제한하여 메모리 부족으로 인해 발생하던 크래시 해결

This commit is contained in:
static
2026-01-02 23:00:25 +09:00
parent 008c8ad6ba
commit 83d595636b
10 changed files with 213 additions and 200 deletions

View File

@@ -9,6 +9,7 @@ const createClient = (fetch: typeof globalThis.fetch) =>
httpBatchLink({
url: "/api/trpc",
maxURLLength: 4096,
methodOverride: "POST",
transformer: superjson,
fetch,
}),