summaryrefslogtreecommitdiffstats
path: root/apps/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.py')
-rw-r--r--apps/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.py b/apps/settings.py
index 8f091d0..d5595e0 100644
--- a/apps/settings.py
+++ b/apps/settings.py
@@ -103,6 +103,8 @@ DEFAULT_FROM_EMAIL = 'Patchwork <patchwork@patchwork.example.com>'
CONFIRMATION_VALIDITY_DAYS = 7
+NOTIFICATION_DELAY_MINUTES = 10
+
# Set to True to enable the Patchwork XML-RPC interface
ENABLE_XMLRPC = False