From 9d1398cb8653c74d9718a26f201b60619218bb83 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 29 Apr 2014 18:14:58 +0800 Subject: [PATCH] Notify.php --- Notify.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Notify.php b/Notify.php index 207c6cf9..8d13d28a 100644 --- a/Notify.php +++ b/Notify.php @@ -98,6 +98,10 @@ class Pman_Core_Notify extends Pman */ var $max_to_domain = 10; + /** + * @var $maxruntime - maximum time a child is allowed to run - defaut 2 minutes + */ + var $maxruntime = 120; var $table = 'core_notify'; var $target = 'Core/NotifySend'; var $evtype = ''; // any notification... -- 2.39.2