Start checking for differences after 3 days instead of 5.

This commit is contained in:
hjp 2010-11-02 09:06:05 +00:00
parent 3a526a613a
commit ed590c329e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ sub warnmsg {
} else { } else {
my $comp = -A $timestamp; my $comp = -A $timestamp;
#print STDERR "comp = $comp\n"; #print STDERR "comp = $comp\n";
if ($comp > 5) { if ($comp > 3) {
my $msg1 = $msg; my $msg1 = $msg;
$msg1 =~ s/( noch \d)([.\d]*)( MB )/$1 . "x" x length($2) . $3/e; $msg1 =~ s/( noch \d)([.\d]*)( MB )/$1 . "x" x length($2) . $3/e;
$msg1 =~ s/(kurzfristig \(noch )([2-9])\d:\d\d\)/$1${2}0:00) /; $msg1 =~ s/(kurzfristig \(noch )([2-9])\d:\d\d\)/$1${2}0:00) /;