diff options
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |