]> git.openstreetmap.org Git - dns.git/blobdiff - bin/sumlogs
Revert "Reduce bandwidth to viserion"
[dns.git] / bin / sumlogs
index 7a06287059e69c8eb855acbb5de3bce66c31aaf8..400a3631ca724753cf5e65469c21fe38b99406b1 100755 (executable)
@@ -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);