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
Packet processing is now querying channel information from the DB, which is expensive.
As we currently have an in-memory representation of the channel graph (called ChannelGraph) that exists as a singleton within the process, we can leverage that for faster channel info access.