summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-12-06 20:57:48 -0800
committerDessalines <tyhou13@gmx.com>2019-12-06 20:57:48 -0800
commitab53840324d252ebb5e89f14ecbe1d55aa56c85a (patch)
tree2a4e6c54b395586ffa9ee0cbe7dd5b8ba50c8797 /ansible
parent6afcf3242241626ad7ed1227688065e40538565d (diff)
Upping rate limit for register and community creation to 3/hour.
- Fixes #353
Diffstat (limited to 'ansible')
-rw-r--r--ansible/templates/env2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/templates/env b/ansible/templates/env
index 8b45ef77..22e9beda 100644
--- a/ansible/templates/env
+++ b/ansible/templates/env
@@ -6,7 +6,7 @@ RATE_LIMIT_MESSAGE=30
RATE_LIMIT_MESSAGE_PER_SECOND=60
RATE_LIMIT_POST=3
RATE_LIMIT_POST_PER_SECOND=600
-RATE_LIMIT_REGISTER=1
+RATE_LIMIT_REGISTER=3
RATE_LIMIT_REGISTER_PER_SECOND=3600
SMTP_SERVER={{ smtp_server }}
SMTP_LOGIN={{ smtp_login }}