transport/local: configurable dial_timeout for connect, default 2s

This commit is contained in:
Christian Schwarz
2019-09-29 16:58:18 +02:00
parent a6b578b648
commit 5c95c21727
3 changed files with 19 additions and 5 deletions
+1
View File
@@ -345,5 +345,6 @@ The ``client_identity`` is used by the sink as documented above.
type: local
listener_name: localsink
client_identity: local_backup
dial_timeout: 2s # optional, 0 for no timeout
...