RPC call timeout reduced to make the bridge more responsive

This commit is contained in:
Alexander Kolotov 2018-05-31 20:41:03 +03:00
parent a81c03bc76
commit 50c77f4055
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ keystore = "./keys"
account = "0xd6d713a71eb3955c680d5967e9bb22298edefcc3"
required_confirmations = 0
poll_interval = 5
request_timeout = 360
request_timeout = 10
rpc_host = "http://127.0.0.1"
rpc_port = 38545
password = "./keys/d6d713a71eb3955c680d5967e9bb22298edefcc3.pwd"
@ -14,7 +14,7 @@ default_gas_price = 1000000000
account = "0xd6d713a71eb3955c680d5967e9bb22298edefcc3"
required_confirmations = 0
poll_interval = 5
request_timeout = 360
request_timeout = 10
rpc_host = "http://127.0.0.1"
rpc_port = 48545
password = "./keys/d6d713a71eb3955c680d5967e9bb22298edefcc3.pwd"