Bugzilla – Attachment #163057: Bug 33898: Implement reaping for database polling for
bug #33898
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 33898
Collapse All
|
Expand All
(-)
a/misc/workers/background_jobs_worker.pl (-1 / +1 lines)
Lines 192-197 while (1) {
Link Here
192
$pm->finish;
192
$pm->finish;
193
193
194
}
194
}
195
$pm->reap_finished_children;
195
sleep 10;
196
sleep 10;
196
}
197
}
197
}
198
}
198
-
Return to
bug 33898