retrace: update roles from upstream
This commit is contained in:
parent
4723c541f5
commit
f429d744ad
4 changed files with 18 additions and 2 deletions
|
@ -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 #
|
||||
##############################
|
||||
|
|
|
@ -1 +1 @@
|
|||
{install_date: 'Mon Apr 16 11:37:27 2018', version: ''}
|
||||
{install_date: 'Wed Apr 18 11:23:27 2018', version: ''}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
{install_date: 'Mon Apr 16 11:37:27 2018', version: ''}
|
||||
{install_date: 'Wed Apr 18 11:23:28 2018', version: ''}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue