Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loopd: allow setting RPC batch size when running cost migration #829

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 20, 2024

  1. loopd: allow setting RPC batch size when running cost migration

    Previously we defaulted to fetching 1000 payments at a time when running
    the cost migration however due to slowness on LND side this may prevent
    the migration from completing due to RPC timeout kicking in. This commit
    adds a new config value to give more control to the user by setting the
    batch size as needed.
    bhandras committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0e2a360 View commit details
    Browse the repository at this point in the history