mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-14 02:52:21 +01:00
Add LIMIT_ALWAYS option which limits the queue length always
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user