Commit 16c09f7
authored
Raise bitcoind polling interval (#19)
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.1 parent 08393ee commit 16c09f7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments