diff options
author | Urban Müller | 2013-09-16 09:54:07 +0000 |
---|---|---|
committer | Urban Müller | 2013-09-16 09:54:07 +0000 |
commit | 8fc42ac46c7aa2870b400152ea190feb7427581b (patch) | |
tree | 97ecb46ebde68f6bd0be1f609b490b4b609d5f52 /it.class | |
parent | 29c66b8c2466a2cb734728d9d525ca12767d8292 (diff) | |
download | itools-8fc42ac46c7aa2870b400152ea190feb7427581b.tar.gz itools-8fc42ac46c7aa2870b400152ea190feb7427581b.tar.bz2 itools-8fc42ac46c7aa2870b400152ea190feb7427581b.zip |
document defaults
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] |