From 8fc42ac46c7aa2870b400152ea190feb7427581b Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 16 Sep 2013 09:54:07 +0000 Subject: document defaults --- it.class | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it.class b/it.class index f7ebbe9..d84f266 100644 --- a/it.class +++ b/it.class @@ -116,8 +116,8 @@ static function timerlog($label = '') * @param $p['body'] error body, multiline * @param $p['to'] comma separated recipient list * @param $p['id'] identifier of error. if given, only subsequent errors of same id will trigger message - * @param $p['graceperiod'] number of seconds within which additional errors are ignored if id is set - * @param $p['timewindow'] number of seconds after graceperiod within which the second error must occur if id is set + * @param $p['graceperiod'] number of seconds within which additional errors are ignored if id is set [60] + * @param $p['timewindow'] number of seconds after graceperiod within which the second error must occur if id is set [25*3600] * @param $p['backtraceskip'] number of stack levels to drop * @param $p['skipfiles'] files to skip in backtrace * @param $p['blockmail'] number of seconds to block mails after having sent a mail [3600] -- cgit v1.2.3