Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tautastic committed Oct 8, 2024
1 parent e48ffb8 commit c155233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/web/src/pages/api/pdf/[docId].ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
res.write(pdfBuffer, "binary");
res.end();
}

export const config = {
maxDuration: 60,
};

0 comments on commit c155233

Please sign in to comment.