From 1179761c68f6d0bb69ba54231935691d8908fe30 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 25 Sep 2013 08:33:17 +0100 Subject: [PATCH] Increase estimate of total tile bandwidth --- bin/sumlogs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.2