chiark / gitweb /
increase maximum distance
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Oct 2011 19:56:22 +0000 (20:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Oct 2011 19:56:22 +0000 (20:56 +0100)
yarrg/web/query_routesearch

index 6cf098ed82c63c8cfce1fe93fe6e889460415675..87e9d33649bbbb0846f2efc08325f7c0d46d33c1 100644 (file)
@@ -59,7 +59,7 @@ my @islandids;
 
 my $destspec;
 
-my @maxmaxdist= qw(35 35 60);
+my @maxmaxdist= qw(100 100 100);
 my $maxcpu=90;
 my $concur_lim=5;