Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPino committed Nov 27, 2021
1 parent dfee9db commit 91f445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/HydroponicsDrushCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function hydroponics(
$time_to_expire = round($time_to_expire, 1);
$securitytimer = $loop->addTimer($time_to_expire,
function ($timer) use ($loop, $timer_ping, $idle_timer, &$done, $time_to_expire) {
// Finish all if 720 seconds are reached
// Finish all if Time to live in seconds is reached
\Drupal::logger('hydroponics')
->info("@time_to_expire seconds passed closing Hydroponics Service", [
'@time_to_expire' => $time_to_expire,
Expand Down

0 comments on commit 91f445a

Please sign in to comment.