mirror of
https://github.com/friendica/friendica
synced 2025-01-09 20:04:44 +00:00
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
2b5882855b
commit
bc5d3b6c3a
2 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ HELP;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($daemonMode == "start") {
|
if ($daemonMode == "start") {
|
||||||
$this->out("Starting worker daemon");
|
$this->out("Starting Friendica daemon");
|
||||||
|
|
||||||
$this->daemon->start(function () {
|
$this->daemon->start(function () {
|
||||||
$wait_interval = intval($this->config->get('system', 'cron_interval', 5)) * 60;
|
$wait_interval = intval($this->config->get('system', 'cron_interval', 5)) * 60;
|
||||||
|
|
|
@ -139,7 +139,7 @@ HELP;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($daemonMode == "start") {
|
if ($daemonMode == "start") {
|
||||||
$this->out("Starting worker daemon");
|
$this->out("Starting Jetstream daemon");
|
||||||
|
|
||||||
$this->daemon->start(function () {
|
$this->daemon->start(function () {
|
||||||
$this->jetstream->listen();
|
$this->jetstream->listen();
|
||||||
|
|
Loading…
Reference in a new issue