diff options
| author | Urban Müller | 2022-05-27 16:57:40 +0200 | 
|---|---|---|
| committer | Urban Müller | 2022-05-27 16:57:40 +0200 | 
| commit | b858a76f89f4380fd8997fa75136371688964c9f (patch) | |
| tree | 02810ff788581d036ed1c70c3060c1417d151407 /it.class | |
| parent | 55800f97a81fcfc12024352d5bfe7ca952fc0f66 (diff) | |
| download | itools-b858a76f89f4380fd8997fa75136371688964c9f.tar.gz itools-b858a76f89f4380fd8997fa75136371688964c9f.tar.bz2 itools-b858a76f89f4380fd8997fa75136371688964c9f.zip | |
send reminder much later
Diffstat (limited to 'it.class')
| -rw-r--r-- | it.class | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -207,7 +207,7 @@ static function error($p = array(), $extra = null)  		list($okfn, $okstatus) = explode("=", "/tmp/alertdata/okstate_" . $p['okstate']);  		$failcount = $okstatus ? 0 : (int)@file_get_contents($okfn) + 1; # NOPHPLINT  		file_put_contents($okfn, "$failcount\n"); # NOPHPLINT -		if ($failcount != $p['failcount'] && $failcount != $p['failcount'] * 2) +		if ($failcount != $p['failcount'] && $failcount != $p['failcount'] * 30)  			return $p['fatal'] && !$okstatus ? self::_exit($p) : null; # nothing to report  	} |