added retries, no more usage on client errors

This commit is contained in:
2023-02-22 14:23:31 +01:00
parent 80b476e8e2
commit 19e5c6c057
3 changed files with 25 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ var VERSION string // maintained by -x
type Config struct {
Endpoint string
Debug bool
Retries int
}
func Getversion() string {