Reduced Radarr keep alive interval to prevent disconnection.

pull/1419/head
morpheus65535 4 years ago
parent f442d7d091
commit 0ea03e0008

@ -120,7 +120,7 @@ class RadarrSignalrClient:
}) \
.with_automatic_reconnect({
"type": "raw",
"keep_alive_interval": 15,
"keep_alive_interval": 5,
"reconnect_interval": 180,
"max_attempts": None
}).build()

Loading…
Cancel
Save