We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c494f7e commit a11aeadCopy full SHA for a11aead
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