Skip to content

Commit

Permalink
Changed maxDuration, to fix llmRunner build
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 6, 2024
1 parent bbc74af commit 347d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/llmRunner/src/app/api/create/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
SquiggleResponse,
} from "../../utils/squiggleTypes";

export const maxDuration = 500;
export const maxDuration = 300;

export async function POST(req: Request) {
const abortController = new AbortController();
Expand Down

0 comments on commit 347d5e9

Please sign in to comment.