From a66791d85f91da629c38dcfac4f8f0fa7a926a84 Mon Sep 17 00:00:00 2001 From: Yanlong Wang Date: Fri, 27 Sep 2024 13:30:29 +0800 Subject: [PATCH] fix --- backend/functions/src/cloud-functions/searcher.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/functions/src/cloud-functions/searcher.ts b/backend/functions/src/cloud-functions/searcher.ts index c2da3ad..78596ff 100644 --- a/backend/functions/src/cloud-functions/searcher.ts +++ b/backend/functions/src/cloud-functions/searcher.ts @@ -63,10 +63,10 @@ export class SearcherHost extends RPCHost { }) @CloudHTTPv2({ runtime: { - cpu: 8, + cpu: 4, memory: '8GiB', timeoutSeconds: 300, - concurrency: 3, + concurrency: 4, maxInstances: 200, minInstances: 1, },