removed x-speakeasy-retries

This commit is contained in:
JasonLandbridge
2024-10-03 14:18:37 +02:00
parent f518339058
commit 9babba6faa

View File

@@ -61,17 +61,6 @@ x-speakeasy-globals:
- $ref: "./parameters/plex/x-plex-platform.yaml"
- $ref: "./parameters/plex/x-plex-device.yaml"
x-speakeasy-retries:
strategy: backoff
backoff:
initialInterval: 500 # 500 milliseconds
maxInterval: 60000 # 60 seconds
maxElapsedTime: 3600000 # 5 minutes
exponent: 1.5
statusCodes:
- 5XX
retryConnectionErrors: true
security:
- accessToken: []
@@ -167,7 +156,7 @@ paths:
/library/sections/{sectionKey}:
$ref: "./paths/library/[sectionKey]/library-section.yaml"
# Watchlist
/library/sections/watchlist/{filter}:
$ref: "./paths/library/sections/watchlist/get-watch-list.yaml"