mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 09:37:25 +00:00
Reduced Radarr keep alive interval to prevent disconnection.
This commit is contained in:
parent
f442d7d091
commit
0ea03e0008
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue