electrum-personal-server

Maximally lightweight electrum server for a single user
git clone https://git.parazyd.org/electrum-personal-server
Log | Files | Refs | README

commit f4d31fc04781eaaa09e3235945ff1d3d305b3183
parent 24c86243af355a98f29e57182ccb6d58f1e1fb28
Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date:   Fri,  8 May 2020 23:27:34 +0100

Reduce default polling intervals

This will increase responsiveness, and so make transactions appear
quicker. As theres no more spam in the debug log this has much less
downsides than before.

Diffstat:
Mconfig.ini_sample | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.ini_sample b/config.ini_sample @@ -36,9 +36,9 @@ datadir = wallet_filename = # how often in seconds to poll for new transactions when electrum not connected -poll_interval_listening = 600 +poll_interval_listening = 30 # how often in seconds to poll for new transactions when electrum is connected -poll_interval_connected = 5 +poll_interval_connected = 1 # Parameters for dealing with deterministic wallets # how many addresses to import first time, should be big because if you import too little you may have to rescan again