Commit f12e233
committed
fix: maxDuration 300→60 for Vercel hobby plan
Vercel hobby plan caps serverless functions at 60s. The heavy work
runs inside after() callbacks which have their own execution context,
so 60s is sufficient for the initial request handler.1 parent e0b0fdd commit f12e233
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments