mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-01-18 13:47:48 +08:00
chore: reduce vercel memory & timeout duration (#1366)
* fix: change serverless function memory to 128mb * chore: change maxDuration
This commit is contained in:
parent
7d1c9b0b96
commit
81b6593b06
@ -1,4 +1,10 @@
|
||||
{
|
||||
"functions": {
|
||||
"api/*.js": {
|
||||
"memory": 128,
|
||||
"maxDuration": 30
|
||||
}
|
||||
},
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/",
|
||||
|
Loading…
Reference in New Issue
Block a user