tIncrease default polling internal - 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 679312275139460976c56b7534aad4e61cb6deba
DIR parent 2239b92ebc4361a25187fb37cb5cf9d70e9a003b
HTML Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date: Mon, 2 Dec 2019 14:49:04 +0000
Increase default polling internal
Less frequent pollings when unconnected reduce the amount of spam in the
log file and stop it growing big so quickly
Diffstat:
M config.ini_sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.ini_sample b/config.ini_sample
t@@ -36,7 +36,7 @@ datadir =
wallet_filename =
# how often in seconds to poll for new transactions when electrum not connected
-poll_interval_listening = 30
+poll_interval_listening = 600
# how often in seconds to poll for new transactions when electrum is connected
poll_interval_connected = 5