forgot this file in the last commit
This commit is contained in:
parent
a3bbdabbaa
commit
39183035fc
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue