Skip to content

Commit

Permalink
Add max duration
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Nov 20, 2023
1 parent a49713a commit 7ccfa9d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"path": "/api/cron/deleteDevUsers",
"schedule": "0 4 * * *"
}
]
],
"functions": {
"api/**/*": {
"maxDuration": 300
}
}
}

0 comments on commit 7ccfa9d

Please sign in to comment.