mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-24 18:59:22 -06:00
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com>
16 lines
245 B
JSON
16 lines
245 B
JSON
{
|
|
"functions": {
|
|
"app/api/cron/**/*.ts": {
|
|
"maxDuration": 30
|
|
},
|
|
"app/api/v1/client/**/*.ts": {
|
|
"maxDuration": 10,
|
|
"memory": 300
|
|
},
|
|
"app/**/*.ts": {
|
|
"maxDuration": 10,
|
|
"memory": 512
|
|
}
|
|
}
|
|
}
|