From f8cb3b60c6d5f1dbd66349f953168fe8e23c43bf Mon Sep 17 00:00:00 2001 From: maxwedwards Date: Mon, 27 Jun 2022 04:13:53 +0100 Subject: [PATCH] updated timeout on LND GRPC for long lived streams (#662) --- Production/nginx.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Production/nginx.tmpl b/Production/nginx.tmpl index 8f1c48d..7fbdf80 100644 --- a/Production/nginx.tmpl +++ b/Production/nginx.tmpl @@ -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/ {