From 50487c6fe9c463087c4675f9fa785137ef6f87e6 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Mon, 29 Aug 2022 10:32:00 +0800 Subject: [PATCH] docs: add release docs for sweeper config --- docs/release-notes/release-notes-0.16.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 76fd5a73c..0df77a81c 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -60,6 +60,10 @@ minimum version needed to build the project. * [Fix](https://github.com/lightningnetwork/lnd/pull/6875) mapslice cap out of range error that occurs if the number of profiles is zero. +* [A new config option, `batchwindowduration` has been added to + `sweeper`](https://github.com/lightningnetwork/lnd/pull/6868) to allow + customize sweeper batch duration. + ## Code Health * [test: use `T.TempDir` to create temporary test