mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 22:14:45 +02:00
Fix null Node
Stats
(#1075)
* Make sure we are talking to the right wings using `getSystemInformation` as a gate keeper * Re use method Co-authored-by: Lance Pioch <git@lance.sh> --------- Co-authored-by: Lance Pioch <git@lance.sh>
This commit is contained in:
parent
998ad2ee31
commit
11b153d23c
@ -364,6 +364,8 @@ class Node extends Model implements Validatable
|
||||
];
|
||||
|
||||
try {
|
||||
$this->systemInformation();
|
||||
|
||||
return Http::daemon($this)
|
||||
->connectTimeout(1)
|
||||
->timeout(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user