diff --git a/backuppc_check.pl b/backuppc_check.pl index d56a82e..5ee8eef 100644 --- a/backuppc_check.pl +++ b/backuppc_check.pl @@ -57,7 +57,7 @@ if ( $host ) { my $i = ( $bpc_info[-1]->{type} =~ m/^full|incr$/ ) ? -1 : -2; $json->{errors} = $bpc_info[$i]->{xferErrs}; - $json->{new_size} = 20000000; + $json->{new_size} = 10000; $json->{new_size_avg} = int $sizes->mean; $json->{new_size_median} = int $sizes->median; $json->{new_size_q1} = eval { int $sizes->quantile(1) } || 0;