diff --git a/app/Models/Node.php b/app/Models/Node.php index c1c8a4a01..00bba17d8 100644 --- a/app/Models/Node.php +++ b/app/Models/Node.php @@ -364,6 +364,8 @@ class Node extends Model implements Validatable ]; try { + $this->systemInformation(); + return Http::daemon($this) ->connectTimeout(1) ->timeout(1)