Increased damage property rate limit to 4/s
This commit is contained in:
@@ -243,7 +243,7 @@ const damageProperty = new ValidatedMethod({
|
||||
}).validator(),
|
||||
mixins: [RateLimiterMixin],
|
||||
rateLimit: {
|
||||
numRequests: 5,
|
||||
numRequests: 20,
|
||||
timeInterval: 5000,
|
||||
},
|
||||
run({_id, operation, value}) {
|
||||
|
||||
Reference in New Issue
Block a user