Skip to content

Commit f48e121

Browse files
chfastaxic
authored andcommitted
jsonrpcproxy: Increase backend connection timeout to 30s
1 parent 13f1986 commit f48e121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jsonrpcproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
VERSION = '0.2'
3737
BUFSIZE = 32
3838
DELIMITER = ord('\n')
39-
BACKEND_CONNECTION_TIMEOUT=10.0
39+
BACKEND_CONNECTION_TIMEOUT=30.0
4040
INFO = """JSON-RPC Proxy
4141
4242
Version: {version}

0 commit comments

Comments
 (0)