From a42f7633c63d83826cacecbf8aaadbdef1ed903b Mon Sep 17 00:00:00 2001 From: evoskuil Date: Mon, 21 Dec 2015 01:28:55 -0800 Subject: [PATCH] Set channel_poll_seconds = 1 in bs.cfg. --- data/bs.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/bs.cfg b/data/bs.cfg index aeeadc35..0e6d6da2 100644 --- a/data/bs.cfg +++ b/data/bs.cfg @@ -14,7 +14,7 @@ connect_timeout_seconds = 5 # The time limit to complete the connection handshake, defaults to 15. channel_handshake_seconds = 15 # The time between blocks that initiates a request, defaults to 1. -channel_poll_seconds = 10 +channel_poll_seconds = 1 # The time between ping messages, defaults to 5. channel_heartbeat_minutes = 5 # The inactivity time limit for any connection, defaults to 10.