chiark / gitweb /
Fix up search too long error message - really fix up
[ypp-sc-tools.db-live.git] / yarrg / web / query_routesearch
index 81a71d28ed789508d0fec44a125388fbd5750c22..1deeb83edd527dd3ccc2faeda13ae391e728dcce 100644 (file)
@@ -60,7 +60,7 @@ my @islandids;
 my $destspec;
 
 my $maxmaxdist=35;
 my $destspec;
 
 my $maxmaxdist=35;
-my $maxcpu=90;
+my $maxcpu=1;
 my $concur_lim=5;
 
 my $qa= \%ARGS;
 my $concur_lim=5;
 
 my $qa= \%ARGS;
@@ -269,6 +269,7 @@ make sure that shorter searches can still happen.
 Please try a search with a smaller maximum distance, or place more
 restrictions on the route.
 
 Please try a search with a smaller maximum distance, or place more
 restrictions on the route.
 
+</div>
 <%perl>
        return;
 }
 <%perl>
        return;
 }
@@ -292,6 +293,7 @@ avoid asking for large searches that you're not sure about.
 Otherwise, please try later.  Searches are limited to <% $maxcpu |h %>
 seconds of CPU time so more processing resources should be available soon.
 
 Otherwise, please try later.  Searches are limited to <% $maxcpu |h %>
 seconds of CPU time so more processing resources should be available soon.
 
+</div>
 <%perl>
        return;
 }
 <%perl>
        return;
 }