1
0

updated timeout on LND GRPC for long lived streams (#662)

This commit is contained in:
maxwedwards
2022-06-27 04:13:53 +01:00
committed by GitHub
parent 4554f842fb
commit f8cb3b60c6

View File

@@ -27,6 +27,8 @@
{{ $serviceName := (index $container.Labels "com.docker.compose.service") }}
{{ if (eq $serviceName "lnd_bitcoin") }}
location /lnrpc {
grpc_read_timeout 6000s;
grpc_send_timeout 6000s;
grpc_pass grpcs://lnd_bitcoin:10009;
}
location /lnd-rest/btc/ {