From: Ian Jackson Date: Sun, 27 Dec 2009 00:58:50 +0000 (+0000) Subject: Fix up search too long error message - really fix up X-Git-Tag: 6.4.2~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.main.git;a=commitdiff_plain;h=59393edc418d7062f6fb074a90d3b8e810c43772 Fix up search too long error message - really fix up --- diff --git a/yarrg/web/query_routesearch b/yarrg/web/query_routesearch index 81a71d2..1deeb83 100644 --- a/yarrg/web/query_routesearch +++ b/yarrg/web/query_routesearch @@ -60,7 +60,7 @@ my @islandids; my $destspec; my $maxmaxdist=35; -my $maxcpu=90; +my $maxcpu=1; 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. + <%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. + <%perl> return; }