X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/2aa7289339d387f9a7158c41c1418dd95747467b..9499aa23156007dacac1b5a8faea2ea97fccfe3c:/bin/sumlogs diff --git a/bin/sumlogs b/bin/sumlogs index 7a06287..400a363 100755 --- a/bin/sumlogs +++ b/bin/sumlogs @@ -52,7 +52,7 @@ my %country_bandwidth; while (my($country,$bytes) = each %country_bytes) { - $country_bandwidth{$country} = $bytes * 250 * 1024 * 1024 / $total_bytes; + $country_bandwidth{$country} = $bytes * 300 * 1024 * 1024 / $total_bytes; } print Dump(\%country_bandwidth);