summaryrefslogtreecommitdiffstats
path: root/askbot/setup_templates/settings.py.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/setup_templates/settings.py.mustache')
-rw-r--r--askbot/setup_templates/settings.py.mustache3
1 files changed, 3 insertions, 0 deletions
diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache
index 6a40969d..a800edec 100644
--- a/askbot/setup_templates/settings.py.mustache
+++ b/askbot/setup_templates/settings.py.mustache
@@ -262,3 +262,6 @@ TINYMCE_DEFAULT_CONFIG = {
'width': '723',
'height': '250'
}
+
+#delayed notifications, time in seconds, 15 mins by default
+NOTIFICATION_DELAY_TIME = 60 * 15