summaryrefslogtreecommitdiffstats
path: root/Bugzilla/JobQueue.pm
diff options
context:
space:
mode:
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 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);