mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.0
This commit is contained in:
@@ -20,6 +20,9 @@ type BackoffStrategy struct {
|
||||
|
||||
// Config configures a retry policy.
|
||||
type Config struct {
|
||||
// Strategy sets the algorithm to use for a retry loop. It can be one of:
|
||||
// - "backoff": retry with exponential backoff and random jitter.
|
||||
// - "none" or "": disables retries.
|
||||
Strategy string
|
||||
Backoff *BackoffStrategy
|
||||
RetryConnectionErrors bool
|
||||
|
||||
Reference in New Issue
Block a user