From d388c8203d3fb1f2f97569dd9dbdffcd5acc8aa2 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 27 Feb 2013 14:35:35 +0800 Subject: disable debugging on jobqueue worker processes --- 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 ac97e58c4..053928dd0 100644 --- a/Bugzilla/JobQueue.pm +++ b/Bugzilla/JobQueue.pm @@ -106,7 +106,7 @@ sub insert { sub subprocess_worker { my $self = shift; - my $command = "$0 -d -p '" . $self->{_worker_pidfile} . "' onepass"; + my $command = "$0 -p '" . $self->{_worker_pidfile} . "' onepass"; while (1) { my $time = (time); -- cgit v1.2.3-24-g4f1b