You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Maximum execution duration (in seconds) that will be allowed for the Serverless Function.
73
+
* Maximum execution duration (in seconds) that will be allowed for the Serverless Function. `max` automatically sets the duration to the maximum allowed value.
74
74
*/
75
-
maxDuration?: number;
75
+
maxDuration?: number|"max";
76
76
77
77
/**
78
78
* Map of additional environment variables that will be available to the Vercel Function,
0 commit comments