summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2013-09-16 09:54:07 +0000
committerUrban Müller2013-09-16 09:54:07 +0000
commit8fc42ac46c7aa2870b400152ea190feb7427581b (patch)
tree97ecb46ebde68f6bd0be1f609b490b4b609d5f52 /it.class
parent29c66b8c2466a2cb734728d9d525ca12767d8292 (diff)
downloaditools-8fc42ac46c7aa2870b400152ea190feb7427581b.tar.gz
itools-8fc42ac46c7aa2870b400152ea190feb7427581b.tar.bz2
itools-8fc42ac46c7aa2870b400152ea190feb7427581b.zip
document defaults
Diffstat (limited to 'it.class')
-rw-r--r--it.class4
1 files 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]