Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
109 stars 27 forks source link

client: Adjust the keepalive interval for the load balancer #395

Closed cdecker closed 5 months ago

cdecker commented 5 months ago

Turns out the load-balancer we are using has a very short keepalive timeout, and our old value of 30 seconds was long enough for it to drop the connection. Setting this to 5 seconds on the client, and keeping 30 seconds for the signer until we have the signer notifications working again.