Merge branch 'pidlock' into 'master'

Pidlock

See merge request tt-rss/tt-rss!162
This commit is contained in:
Andrew Dolgov
2025-07-04 14:01:37 +03:00

View File

@@ -181,7 +181,7 @@
$lock_handle = make_lockfile($lock_filename);
if (isset($options["task"]) && isset($options["pidlock"])) {
if (isset($options["task"])) {
$waits = $options["task"] * 5;
Debug::log("Waiting before update ($waits)...");
sleep($waits);