This commit is contained in:
Yanlong Wang 2024-08-02 20:10:17 +08:00
parent cda0f371e1
commit 40e91853e2

View File

@ -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({