Skip to content

Commit a11aead

Browse files
committed
fix(ee): increase max allowed duration of export-subscriptions endpoint
1 parent c494f7e commit a11aead

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webapps/ee-api/pages/api/billing/export-subscriptions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ const handler = async function handler(req: NextApiRequest, res: NextApiResponse
2525
};
2626

2727
export default withErrorHandler(handler);
28+
29+
export const config = {
30+
maxDuration: 300, //10 mins
31+
};

0 commit comments

Comments
 (0)