You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting all nodes or channels CLN has gossip for via the gRPC interface is really slow. Calling listchannels via gRPC takes a minute while the CPU usage of the gRPC plugin spikes to 100% on one core
It is definitely not a problem with my CLN installation or my machine because the RPC socket socket is quick:
time lightning-cli listchannels | jq .channels > /dev/null
real 0m4.508s
user 0m2.125s
sys 0m0.273s
Getting all nodes or channels CLN has gossip for via the gRPC interface is really slow. Calling
listchannels
via gRPC takes a minute while the CPU usage of the gRPC plugin spikes to 100% on one coreIt is definitely not a problem with my CLN installation or my machine because the RPC socket socket is quick:
getinfo
outputThe text was updated successfully, but these errors were encountered: