We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938842a commit 90d1b25Copy full SHA for 90d1b25
1 file changed
webapps/ee-api/pages/api/billing/export-subscriptions.ts
@@ -25,3 +25,7 @@ const handler = async function handler(req: NextApiRequest, res: NextApiResponse
25
};
26
27
export default withErrorHandler(handler);
28
+
29
+export const config = {
30
+ maxDuration: 300, //10 mins
31
+};
0 commit comments