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
hi, we've run a LND node on 8c16g instance for over 1 year, sending payments for CEX users.
Recently we've encounter some very slow ListPayments query, e.g. curl -L "localhost:8080/v1/payments?creation_date_start=1723701296&creation_date_end=1723709096&max_payments=100&include_incomplete=true"
the *date_start & *ate_end range is roughly 2 hours, but it takes over 8859ms to complete.
How could i speed up this RPC query? will there be optimization for this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi, we've run a LND node on 8c16g instance for over 1 year, sending payments for CEX users.
Recently we've encounter some very slow ListPayments query, e.g. curl -L "localhost:8080/v1/payments?creation_date_start=1723701296&creation_date_end=1723709096&max_payments=100&include_incomplete=true"
the *date_start & *ate_end range is roughly 2 hours, but it takes over 8859ms to complete.
How could i speed up this RPC query? will there be optimization for this?
Beta Was this translation helpful? Give feedback.
All reactions