Relaxed creature property update rate limit
This commit is contained in:
@@ -21,7 +21,7 @@ const updateCreatureProperty = new ValidatedMethod({
|
||||
},
|
||||
mixins: [RateLimiterMixin],
|
||||
rateLimit: {
|
||||
numRequests: 5,
|
||||
numRequests: 12,
|
||||
timeInterval: 5000,
|
||||
},
|
||||
run({ _id, path, value }) {
|
||||
|
||||
Reference in New Issue
Block a user