master
Heuzef 5 years ago
parent 4ec6d06644
commit ac2235ae20
  1. 2
      Check.pm

@ -141,7 +141,7 @@ sub action
my $toobig = 0;
if ( $new_size > ($new_size_q3 + $new_size_q3 - $new_size_q1) * 1.5 or $new_size > $new_size_avg * 6 ) {
$toobig = 1;
}
}
# TOO SMALL ?
my $toosmall = 0;

Loading…
Cancel
Save