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:
parent
f442d7d091
commit
0ea03e0008
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue