Merge pull request #9929 from yyforyongyu/fix-decalylog

htlcswitch: remove the bucket `batchReplayBucket`
This commit is contained in:
Olaoluwa Osuntokun
2025-06-20 14:58:45 -07:00
committed by GitHub
5 changed files with 72 additions and 82 deletions

View File

@@ -51,6 +51,11 @@
## Performance Improvements
- The replay protection is
[optimized](https://github.com/lightningnetwork/lnd/pull/9929) to use less disk
space such that the `sphinxreplay.db` or the `decayedlogdb_kv` table will grow
much more slowly.
## Deprecations
# Technical and Architectural Updates