From 39183035fc17371008c0587451fbe715f829d7ad Mon Sep 17 00:00:00 2001 From: Ryan Walberg Date: Fri, 30 Nov 2012 03:30:13 +0000 Subject: [PATCH] forgot this file in the last commit --- src/includes/config.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/includes/config.php b/src/includes/config.php index e529048..acda121 100644 --- a/src/includes/config.php +++ b/src/includes/config.php @@ -126,7 +126,12 @@ function getGlobalOptions() { allow images to be attached to items, leave this variable empty (""). Trailing / is optional. */ - "image_subdir" => "item_images" + "image_subdir" => "item_images", + + /* The number of minutes in between subscription notifications so the subscribers + don't get flooded with updates. + */ + "notify_threshold_minutes" => 60 ); } ?>