less ping
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m56s

This commit is contained in:
matst80
2024-11-11 19:03:26 +01:00
parent 011a8c0e8e
commit 6721a69257

View File

@@ -397,7 +397,7 @@ func (p *SyncedPool) AddRemote(host string) error {
Host: host, Host: host,
} }
go func() { go func() {
for range time.Tick(time.Second * 2) { for range time.Tick(time.Second * 10) {
var err error var err error
err = remote.Ping() err = remote.Ping()