github-readme-stats/vercel.json
Anurag Hazra 81b6593b06
chore: reduce vercel memory & timeout duration (#1366)
* fix: change serverless function memory to 128mb

* chore: change maxDuration
2021-10-06 22:43:23 +05:30

15 lines
223 B
JSON

{
"functions": {
"api/*.js": {
"memory": 128,
"maxDuration": 30
}
},
"redirects": [
{
"source": "/",
"destination": "https://github.com/anuraghazra/github-readme-stats"
}
]
}