URI: 
       tReduce default polling intervals - electrum-personal-server - Maximally lightweight electrum server for a single user
  HTML git clone https://git.parazyd.org/electrum-personal-server
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit f4d31fc04781eaaa09e3235945ff1d3d305b3183
   DIR parent 24c86243af355a98f29e57182ccb6d58f1e1fb28
  HTML 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:
         M config.ini_sample                   |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/config.ini_sample b/config.ini_sample
       t@@ -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