From 91f445a537b785d0a44d9c9e1fb0eeca4ef86cc1 Mon Sep 17 00:00:00 2001 From: Diego Pino Navarro Date: Sat, 27 Nov 2021 17:08:13 -0500 Subject: [PATCH] Update comment --- src/Commands/HydroponicsDrushCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/HydroponicsDrushCommands.php b/src/Commands/HydroponicsDrushCommands.php index 41a98b2..b2d1b17 100644 --- a/src/Commands/HydroponicsDrushCommands.php +++ b/src/Commands/HydroponicsDrushCommands.php @@ -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,