From 40e91853e23c9588646e2ca1175e999d31db1fe5 Mon Sep 17 00:00:00 2001 From: Yanlong Wang Date: Fri, 2 Aug 2024 20:10:17 +0800 Subject: [PATCH] fix --- backend/functions/src/cloud-functions/searcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/functions/src/cloud-functions/searcher.ts b/backend/functions/src/cloud-functions/searcher.ts index 7b1c572..1155197 100644 --- a/backend/functions/src/cloud-functions/searcher.ts +++ b/backend/functions/src/cloud-functions/searcher.ts @@ -112,7 +112,7 @@ export class SearcherHost extends RPCHost { const rateLimitPolicy = auth.getRateLimits(rpcReflect.name.toUpperCase()) || [ parseInt(user.metadata?.speed_level) >= 2 ? RateLimitDesc.from({ - occurrence: 200, + occurrence: 100, periodSeconds: 60 }) : RateLimitDesc.from({