Skip to content

Commit 90d1b25

Browse files
committed
fix(ee): increase max allowed duration of export-subscriptions endpoint
1 parent 938842a commit 90d1b25

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)