Skip to content
Snippets Groups Projects
Commit 7736e172 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Change the rate limit of method setAvatarFromService from 1m to 5s

parent 1ab02580
No related branches found
No related tags found
No related merge requests found
......@@ -62,4 +62,4 @@ DDPRateLimiter.addRule
type: 'method'
name: 'setAvatarFromService'
userId: -> return true
, 1, 60000
, 1, 5000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment