Skip to content

Commit

Permalink
fix: inc maxDuration for build document index API
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 authored May 14, 2024
1 parent 6635edf commit 174c3f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/api/v1/documents/index/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ export const POST = defineHandler({
});

export const dynamic = 'force-dynamic';

export const maxDuration = 150;

0 comments on commit 174c3f0

Please sign in to comment.