We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72991ed + af1ba78 commit a0f7925Copy full SHA for a0f7925
pages/api/file/tus-viewer/[[...file]].ts
@@ -15,6 +15,7 @@ import { lockerRedisClient } from "@/lib/redis";
15
import { log } from "@/lib/utils";
16
17
export const config = {
18
+ maxDuration: 60,
19
api: {
20
bodyParser: false,
21
},
pages/api/file/tus/[[...file]].ts
@@ -16,6 +16,7 @@ import { log } from "@/lib/utils";
import { authOptions } from "../../auth/[...nextauth]";
22
0 commit comments