mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 11:42:32 +08:00
fix
This commit is contained in:
parent
cda0f371e1
commit
40e91853e2
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue
Block a user