From 80ad487a185430a2f2878734018fc77803ec3d96 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 31 May 2023 10:33:56 +0200 Subject: [PATCH] document shards=1 enforcement --- docs/backends/lmdb.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/backends/lmdb.rst b/docs/backends/lmdb.rst index c4a4f939ac..03ef9623cd 100644 --- a/docs/backends/lmdb.rst +++ b/docs/backends/lmdb.rst @@ -137,6 +137,7 @@ Run in Lightning Stream compatible mode. This: * forces ``flag-deleted`` on * forces ``random-ids`` on * handles duplicate entries in databases that can result from domains being added on two Lightning Stream nodes at the same time +* aborts startup if ``shards`` is not set to ``1`` LMDB Structure -------------- -- 2.47.2