summaryrefslogtreecommitdiffstats
path: root/Bugzilla/JobQueue.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-10-23 10:16:40 +0200
committerByron Jones <glob@mozilla.com>2014-10-23 10:16:40 +0200
commitdf99d373b173796fab21c9c421c7f9d7f1895413 (patch)
tree5d65241b54aea0a1e196c6caaa61cd575b29edf3 /Bugzilla/JobQueue.pm
parent6dc2473b8b5488b6c3ebd996128e5b79bd6421fc (diff)
downloadbugzilla-df99d373b173796fab21c9c421c7f9d7f1895413.tar.gz
bugzilla-df99d373b173796fab21c9c421c7f9d7f1895413.tar.xz
Bug 1072662: bugzilla-rw-vip.db.scl3.mozilla.com:Schwartz Queue is CRITICAL
Diffstat (limited to 'Bugzilla/JobQueue.pm')
-rw-r--r--Bugzilla/JobQueue.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/JobQueue.pm b/Bugzilla/JobQueue.pm
index 669076dd5..50e6de03c 100644
--- a/Bugzilla/JobQueue.pm
+++ b/Bugzilla/JobQueue.pm
@@ -45,7 +45,7 @@ use constant DRIVER_CACHE_TIME => 300; # 5 minutes
# To avoid memory leak/fragmentation, a worker process won't process more than
# MAX_MESSAGES messages.
-use constant MAX_MESSAGES => 1000;
+use constant MAX_MESSAGES => 100;
sub job_map {
if (!defined(Bugzilla->request_cache->{job_map})) {