From 1bf04ac4acf516821b41a2ca8e79f8e5b4b0a16a Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 18 Jan 2020 16:20:03 +0900 Subject: [PATCH] Generate less keys with nbxplorer --- BTCPayServer.Tests/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 4c5564952..fcf1ce112 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -98,6 +98,8 @@ services: NBXPLORER_LBTCRPCUSER: "liquid" NBXPLORER_LBTCRPCPASSWORD: "liquid" NBXPLORER_BIND: 0.0.0.0:32838 + NBXPLORER_MINGAPSIZE: 5 + NBXPLORER_MAXGAPSIZE: 10 NBXPLORER_VERBOSE: 1 NBXPLORER_NOAUTH: 1 links: