Skip to content

Raise bitcoind polling interval#19

Merged
amackillop merged 1 commit intolsp-0.7.0from
austin_raise-bitcoin-polling-interval
Apr 15, 2026
Merged

Raise bitcoind polling interval#19
amackillop merged 1 commit intolsp-0.7.0from
austin_raise-bitcoin-polling-interval

Conversation

@amackillop
Copy link
Copy Markdown

MutinyNet's much longer chain history makes the wallet's mempool handling noticeably more expensive. Recent work moved that work off the async executor to improve the runtime performance but a single poll can still consume nearly the full 2 second interval creating constant CPU pressure.

Raise the interval to 10 seconds as a temporary mitigation. It reduces steady background CPU load without changing the underlying behavior, and buys time until the BDK performance issue is fixed.

MutinyNet's much longer chain history makes the wallet's mempool
handling noticeably more expensive. Recent work moved that work off the
async executor to improve the runtime performance but a single poll can still
consume nearly the full 2 second interval creating constant CPU pressure.

Raise the interval to 10 seconds as a temporary mitigation. It reduces
steady background CPU load without changing the underlying behavior,
and buys time until the BDK performance issue is fixed.
@amackillop amackillop merged commit 16c09f7 into lsp-0.7.0 Apr 15, 2026
6 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant