Skip to content

Commit 8af4544

Browse files
committed
fix: decrease vercel 'maxDuration' to fix free plan deployment
This commit decreases the vercel 'maxDuration' parameter to `10` such that users with the free vercel plan can also deploy the 'github-readme-stats' repository. See anuraghazra#1416 for more information.
1 parent d049f06 commit 8af4544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"functions": {
33
"api/*.js": {
44
"memory": 128,
5-
"maxDuration": 30
5+
"maxDuration": 10
66
}
77
},
88
"redirects": [

0 commit comments

Comments
 (0)