From 1ba64afb7288f2d3ce14a2922f8f0893f73f119f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 15 Nov 2011 03:42:13 +0800 Subject: Bug 702208: TheSchwartz should not open a new db connection for each email --- Bugzilla/JobQueue.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/JobQueue.pm') diff --git a/Bugzilla/JobQueue.pm b/Bugzilla/JobQueue.pm index 2804b9179..8523fffa2 100644 --- a/Bugzilla/JobQueue.pm +++ b/Bugzilla/JobQueue.pm @@ -62,6 +62,7 @@ sub new { pass => $lc->{db_pass}, prefix => 'ts_', }], + driver_cache_expiration => 300, # 5 minutes ); return $self; -- cgit v1.2.3-24-g4f1b