From 36b6cb7e8c056ed12a1b7f9bd5e4e7c083dce73d Mon Sep 17 00:00:00 2001 From: matst80 Date: Tue, 12 Nov 2024 19:57:15 +0100 Subject: [PATCH] slask pool --- synced-pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synced-pool.go b/synced-pool.go index e4e49ab..48a70a5 100644 --- a/synced-pool.go +++ b/synced-pool.go @@ -323,7 +323,7 @@ func (p *SyncedPool) RequestOwnership(id CartId) error { r.MissedPings++ if r.MissedPings > 3 { p.RemoveHost(r) - return fmt.Errorf("remote grain change failed %v", err) + continue } log.Printf("Error confirming change: %v from %s\n", err, p.Hostname) continue