1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 01:27:07 +00:00

Reduced Radarr keep alive interval to prevent disconnection.

This commit is contained in:
morpheus65535 2021-05-28 13:21:53 -04:00
parent f442d7d091
commit 0ea03e0008

View file

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