commit 679312275139460976c56b7534aad4e61cb6deba
parent 2239b92ebc4361a25187fb37cb5cf9d70e9a003b
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:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.ini_sample b/config.ini_sample
@@ -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