mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +00:00
daemon: clarify some task-related messages
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
|
||||
if (isset($options["task"]) && isset($options["pidlock"])) {
|
||||
$waits = $options["task"] * 5;
|
||||
Debug::log("Waiting before update ($waits)");
|
||||
Debug::log("Waiting before update ($waits)...");
|
||||
sleep($waits);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user