Add LIMIT_ALWAYS option which limits the queue length always

This commit is contained in:
Daan Sprenkels
2017-10-05 17:33:58 +02:00
parent 830e97eeb0
commit 3abb39916d
2 changed files with 5 additions and 3 deletions

View File

@ -148,4 +148,5 @@ MAIL_FROM = 'marietje@hardcoding.nl'
MAX_MINUTES_IN_A_ROW = 20
# Time range (dependent on timezone specified) when MAX_MINUTES_IN_A_ROW is in effect.
LIMIT_ALWAYS = False
LIMIT_HOURS = (12, 16)