summaryrefslogtreecommitdiff
path: root/releasenotes/notes/json-rpc-timeout-ac30eea164b3a294.yaml
blob: b177d8e8b0d44dbf1bd41f285766f66d51907a47 (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fixes the JSON RPC backend potentially hanging on inability to connect
    to a conductor. The default timeout is now 120 seconds. The timeout and
    the number of retries can be adjusted via the configuration options
    ``[json_rpc]timeout`` and ``[json_rpc]connect_retries`` accordingly.