mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-14 18:30:52 +02:00
Merge pull request #5237 from guggero/ws-bi-di
REST: Enable support for bi-directional streaming RPCs over REST, fix ping/pong support
This commit is contained in:
@@ -184,6 +184,15 @@
|
||||
; Disable TLS for the REST API.
|
||||
; no-rest-tls=true
|
||||
|
||||
; The ping interval for REST based WebSocket connections, set to 0 to disable
|
||||
; sending ping messages from the server side. Valid time units are {s, m, h}.
|
||||
; ws-ping-interval=30s
|
||||
|
||||
; The time we wait for a pong response message on REST based WebSocket
|
||||
; connections before the connection is closed as inactive. Valid time units are
|
||||
; {s, m, h}.
|
||||
; ws-pong-wait=5s
|
||||
|
||||
; Shortest backoff when reconnecting to persistent peers. Valid time units are
|
||||
; {s, m, h}.
|
||||
; minbackoff=1s
|
||||
|
Reference in New Issue
Block a user