diff --git a/functions/src/api.ts b/functions/src/api.ts index abbf952b..f7efab5a 100644 --- a/functions/src/api.ts +++ b/functions/src/api.ts @@ -110,6 +110,9 @@ export const validate = (schema: T, val: unknown) => { const DEFAULT_OPTS: HttpsOptions = { minInstances: 1, + concurrency: 100, + memory: '2GiB', + cpu: 1, cors: [CORS_ORIGIN_MANIFOLD, CORS_ORIGIN_LOCALHOST], }