summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-07-04 14:01:37 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-07-04 14:01:37 +0300
commit46e05583a991f2d3355cbd062d9932ccee1ea25a (patch)
tree0b8e17b983bb7c7f34ffae7e852eb44a5c249cd0
parent05a90d4ce16cbf2a5c5143a78556e23dc35df8c8 (diff)
parentdea41c6a3d39dfb434f5212c507cf423c18266fc (diff)
Merge branch 'pidlock' into 'master'
Pidlock See merge request tt-rss/tt-rss!162
-rwxr-xr-xupdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 362d056a3..a4ef7e239 100755
--- a/update.php
+++ b/update.php
@@ -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);