You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,9 @@ type LndConfig struct {
106
106
107
107
// TLSCertPath is the path to the tls cert that faraday should use.
108
108
TLSCertPathstring`long:"tlscertpath" description:"Path to TLS cert"`
109
+
110
+
// RequestTimeout is the maximum time to wait for a response from lnd.
111
+
RequestTimeout time.Duration`long:"requesttimeout" description:"The maximum time to wait for a response from lnd, if not set the default of 30 seconds will be used."`
0 commit comments