mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-05 21:57:24 +02:00
stop checking for pidlock in yet another place
This commit is contained in:
parent
775a6066f1
commit
b989b1cd5b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user