bugzilla-newer r699 - trunk
- From: ckirbach svn gnome org
- To: svn-commits-list gnome org
- Subject: bugzilla-newer r699 - trunk
- Date: Thu, 14 Feb 2008 03:57:16 +0000 (GMT)
Author: ckirbach
Date: Thu Feb 14 03:57:15 2008
New Revision: 699
URL: http://svn.gnome.org/viewvc/bugzilla-newer?rev=699&view=rev
Log:
* buglist.cgi: Be more verbose when killing queries that lastet
longer than 60 seconds.
Modified:
trunk/ChangeLog
trunk/buglist.cgi
Modified: trunk/buglist.cgi
==============================================================================
--- trunk/buglist.cgi (original)
+++ trunk/buglist.cgi Thu Feb 14 03:57:15 2008
@@ -945,7 +945,9 @@
# Need to kill the still running query
my $dbh_tmp = Bugzilla::DB::connect_main();
$dbh_tmp->do("KILL $threadId");
- die 'timeout';
+ die 'Query timeout of 60 seconds hit - killing the running query.\n We ' .
+ 'apologise for the inconvenience but we really need to limit the load' .
+ 'on our server. Feel free to run a more refined query.';
}
################################################################################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]