Increased damage property rate limit to 4/s

This commit is contained in:
Stefan Zermatten
2020-06-06 14:25:23 +02:00
parent ea8d036c72
commit 8d41643136

View File

@@ -243,7 +243,7 @@ const damageProperty = new ValidatedMethod({
}).validator(),
mixins: [RateLimiterMixin],
rateLimit: {
numRequests: 5,
numRequests: 20,
timeInterval: 5000,
},
run({_id, operation, value}) {