chore: reduce vercel memory usage (#2083)

This commit is contained in:
Matti Nannt
2024-02-15 12:55:47 +01:00
committed by GitHub
parent 969fb0241a
commit 0e41ebf849

View File

@@ -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
}
}
}