mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-14 02:31:34 -06:00
chore: reduce vercel memory usage (#2083)
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
"app/api/cron/weekly_summary/*.ts": {
|
||||
"maxDuration": 30
|
||||
},
|
||||
"app/api/v1/js/sync/*.ts": {
|
||||
"maxDuration": 5
|
||||
"app/api/v1/client/**/*.ts": {
|
||||
"maxDuration": 10,
|
||||
"memory": 512
|
||||
},
|
||||
"app/api/**/*.ts": {
|
||||
"maxDuration": 10
|
||||
"app/**/*.ts": {
|
||||
"maxDuration": 10,
|
||||
"memory": 512
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user