Skip to content

Commit a42f763

Browse files
committed
Set channel_poll_seconds = 1 in bs.cfg.
1 parent 0e78858 commit a42f763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/bs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ connect_timeout_seconds = 5
1414
# The time limit to complete the connection handshake, defaults to 15.
1515
channel_handshake_seconds = 15
1616
# The time between blocks that initiates a request, defaults to 1.
17-
channel_poll_seconds = 10
17+
channel_poll_seconds = 1
1818
# The time between ping messages, defaults to 5.
1919
channel_heartbeat_minutes = 5
2020
# The inactivity time limit for any connection, defaults to 10.

0 commit comments

Comments
 (0)