From df99d373b173796fab21c9c421c7f9d7f1895413 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 23 Oct 2014 16:16:40 +0800 Subject: Bug 1072662: bugzilla-rw-vip.db.scl3.mozilla.com:Schwartz Queue is CRITICAL --- Bugzilla/JobQueue.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/JobQueue.pm') 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})) { -- cgit v1.2.3-24-g4f1b