update stuff
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m52s

This commit is contained in:
matst80
2024-11-10 23:05:24 +01:00
parent d01b6675b4
commit c5bc17c44d
6 changed files with 38 additions and 24 deletions

View File

@@ -387,7 +387,6 @@ func (p *SyncedPool) AddRemote(host string) error {
return err
}
//pool := NewRemoteGrainPool(host)
remote := RemoteHost{
Client: client,
MissedPings: 0,