retrace: update roles from upstream

This commit is contained in:
Miroslav Suchý 2018-04-18 13:23:57 +02:00
parent 4723c541f5
commit f429d744ad
4 changed files with 18 additions and 2 deletions

View file

@ -95,6 +95,14 @@ faf_web_on_root: true
# important for production deployments
faf_web_secret_key: not_a_secret
# number of mails that can be sent per the time frame
faf_web_throttle_rate: 1
# time to wait (in seconds) before another mail can be sent
faf_web_throttle_timeframe: 30
# start the throttling after this number of mails is sent
faf_web_throttle_burst: 1
##############################
# functionality checking #
##############################

View file

@ -1 +1 @@
{install_date: 'Mon Apr 16 11:37:27 2018', version: ''}
{install_date: 'Wed Apr 18 11:23:27 2018', version: ''}

View file

@ -48,3 +48,11 @@ type = {{ faf_web_cache_type }}
memcached_host = localhost
memcached_port = {{ memcached_port }}
memcached_key_prefix = webfaf
[throttle]
# Number of mails that can be sent per the time frame
rate = {{ faf_web_throttle_rate }}
# Time to wait (in seconds) before another mail can be sent
timeframe = {{ faf_web_throttle_timeframe }}
# Start the throttling after this number of mails is sent
burst = {{ faf_web_throttle_burst }}

View file

@ -1 +1 @@
{install_date: 'Mon Apr 16 11:37:27 2018', version: ''}
{install_date: 'Wed Apr 18 11:23:28 2018', version: ''}