]> git.openstreetmap.org Git - dns.git/commitdiff
Increase estimate of total tile bandwidth
authorTom Hughes <tom@compton.nu>
Wed, 25 Sep 2013 07:33:17 +0000 (08:33 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 25 Sep 2013 07:33:17 +0000 (08:33 +0100)
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);