Remove dead code 'DEFAULTS'

This was copied into the conf-template from the snappea/settings.py; but never
properly integrated (and it's not something I'd like to suggest as a point of
configuration)
This commit is contained in:
Klaas van Schelven
2024-08-28 14:32:00 +02:00
parent 77d39e02c0
commit 709f3c73d2
@@ -39,16 +39,6 @@ SNAPPEA = {
}
DEFAULTS = {
"NUM_WORKERS": 4,
"GRACEFUL_TIMEOUT": 10,
"TASK_QS_LIMIT": 100,
}
# See TODO in docs
#
# EMAIL_HOST = ...