mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix
This commit is contained in:
parent
e4c923e358
commit
37be4a1796
1 changed files with 3 additions and 0 deletions
|
|
@ -158,6 +158,9 @@ class Server extends BaseModel
|
|||
if ($this->unreachable_count < $tries) {
|
||||
$serverUptimeCheckNumber = $this->unreachable_count + 1;
|
||||
}
|
||||
if ($this->unreachable_count > $tries) {
|
||||
$serverUptimeCheckNumber = $tries;
|
||||
}
|
||||
|
||||
$serverUptimeCheckNumberMax = $tries;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue