mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00: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 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{
|
||||
"functions": {
|
||||
"api/*.js": {
|
||||
"memory": 128,
|
||||
"maxDuration": 30
|
||||
}
|
||||
},
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue