mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 04:30:57 +01:00
added retries, no more usage on client errors
This commit is contained in:
@@ -28,6 +28,7 @@ var VERSION string // maintained by -x
|
||||
type Config struct {
|
||||
Endpoint string
|
||||
Debug bool
|
||||
Retries int
|
||||
}
|
||||
|
||||
func Getversion() string {
|
||||
|
||||
Reference in New Issue
Block a user