mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-04 01:20:01 -06:00
chore: Increase maxDuration for cron functions to 180 seconds (#2706)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"functions": {
|
||||
"app/api/cron/**/*.ts": {
|
||||
"maxDuration": 30,
|
||||
"maxDuration": 180,
|
||||
"memory": 512
|
||||
},
|
||||
"app/api/v1/client/**/*.ts": {
|
||||
|
||||
Reference in New Issue
Block a user