From 9a246c05e25756c910926eb71700f96910b5c186 Mon Sep 17 00:00:00 2001 From: openoms Date: Tue, 21 Sep 2021 11:30:13 +0100 Subject: [PATCH] electrs: remove wait_duration_secs setting as discussed in: https://github.com/romanz/electrs/issues/495#issuecomment-923845230 and #2548 --- home.admin/config.scripts/bonus.electrs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index f38a2b648..c932b9359 100755 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -311,8 +311,6 @@ db_dir = \"/mnt/hdd/app-storage/electrs/db\" auth = \"$RPC_USER:$PASSWORD_B\" # allow BTC-RPC-explorer show tx-s for addresses with a history of more than 100 txid_limit = 1000 -# https://github.com/Stadicus/RaspiBolt/issues/646 -wait_duration_secs = 20 server_banner = \"Welcome to electrs $ELECTRSVERSION - the Electrum Rust Server on your RaspiBlitz\" " | sudo tee /home/electrs/.electrs/config.toml sudo chmod 600 /home/electrs/.electrs/config.toml