diff --git a/backend/functions/src/cloud-functions/crawler.ts b/backend/functions/src/cloud-functions/crawler.ts index f97a665..e473782 100644 --- a/backend/functions/src/cloud-functions/crawler.ts +++ b/backend/functions/src/cloud-functions/crawler.ts @@ -131,7 +131,7 @@ export class CrawlerHost extends RPCHost { @CloudHTTPv2({ runtime: { memory: '4GiB', - cpu: 1, + cpu: 2, timeoutSeconds: 300, concurrency: 16, maxInstances: 1250,