From 8951578ef17cab06acbc9e265f0962046ac2aa9f Mon Sep 17 00:00:00 2001 From: Yanlong Wang Date: Mon, 1 Jul 2024 00:29:12 +0800 Subject: [PATCH] chore --- backend/functions/src/cloud-functions/crawler.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/functions/src/cloud-functions/crawler.ts b/backend/functions/src/cloud-functions/crawler.ts index ba7d664..cc6c400 100644 --- a/backend/functions/src/cloud-functions/crawler.ts +++ b/backend/functions/src/cloud-functions/crawler.ts @@ -551,10 +551,10 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`; @CloudHTTPv2({ runtime: { memory: '4GiB', - cpu: 2, + cpu: 4, timeoutSeconds: 300, - concurrency: 16, - maxInstances: 625, + concurrency: 32, + maxInstances: 312, }, tags: ['Crawler'], httpMethod: ['get', 'post'],