]> git.ozlabs.org Git - patchwork/blobdiff - apps/settings.py
notifications: Add code to send notifications
[patchwork] / apps / settings.py
index 8f091d0c672bdb4e24f2959121e4fa71f0409b38..d5595e01013054423519cd805e99f16f59f6fc4c 100644 (file)
@@ -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