From: Ian Jackson Date: Sun, 27 Dec 2009 00:50:52 +0000 (+0000) Subject: Fix up search too long error message X-Git-Tag: 6.4.2~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=a07016480861871e840184d31e07d555ed991831;hp=54f130dd25e32cfeb3e52b11b50fffc2f93d18ad Fix up search too long error message --- diff --git a/yarrg/web/query_routesearch b/yarrg/web/query_routesearch index 1828f37..aa118dd 100644 --- a/yarrg/web/query_routesearch +++ b/yarrg/web/query_routesearch @@ -258,7 +258,7 @@ if (!close $fh) { die $! if $!; die $? if $? != 24; # SIGXCPU but not in POSIX.pm :-/ -

Search took too long and was terminated

+% someresults->('Search took too long and was terminated'); Sorry, but your query resulted in a search that took too long. Searches are limited to <% $maxcpu |h %> seconds of CPU time to @@ -266,7 +266,7 @@ avoid them consuming excessive resources on the server system, and to make sure that shorter searches can still happen.

-Please try a search with a smaller minimum distance, or place more +Please try a search with a smaller maximum distance, or place more restrictions on the route. <%perl> @@ -275,7 +275,7 @@ restrictions on the route. if ($concur_fail) { -

Server too busy

+% $someresults->('Server too busy'); Sorry, but there are already <% $concur_lim |h %> route searches running. We limit the number which can run at once to avoid