Complete refactor to new grpc control plane and only http proxy for carts #4

Merged
mats merged 75 commits from refactor/http-proxy into main 2025-10-14 22:31:28 +02:00
Showing only changes of commit 7ad28966fb - Show all commits

View File

@@ -49,7 +49,7 @@ func NewRemoteHost(host string) (*RemoteHost, error) {
conn.Close()
return nil, pingErr
}
time.Sleep(200 * time.Millisecond)
time.Sleep(500 * time.Millisecond)
}
transport := &http.Transport{