Describe the bug
"bos fees" issues a lot of gRPC requests, which need to be acked within 2 seconds. This doesn't always happen, presumably because lnd-manageJ doesn't have enough threads working on the requests.
To Reproduce
Run bos fees --set-fee-rate 123 --to x a few times.
Expected behavior
lnd-manageJ ACKs all gRPC requests in time.
Describe the bug "bos fees" issues a lot of gRPC requests, which need to be acked within 2 seconds. This doesn't always happen, presumably because lnd-manageJ doesn't have enough threads working on the requests.
To Reproduce Run
bos fees --set-fee-rate 123 --to x
a few times.Expected behavior lnd-manageJ ACKs all gRPC requests in time.