set all timeouts to 300

This commit is contained in:
Yaroslav Dmytrotsa 2015-05-28 19:17:13 +03:00
parent da38a89d49
commit 2902058cd3

View File

@ -12,9 +12,9 @@ peer.discovery.ip.list = poc-7.ethdev.com:30303,\
#peer.active.nodeid = d348964fbb47d0cb9d206b926d416b2be8c1c0c68679f07d7611ef04ee797857d0ec8e7490cc3cc64094de9e7659be42baaf1fd24ca822c1bffc58ca9cf479dd #peer.active.nodeid = d348964fbb47d0cb9d206b926d416b2be8c1c0c68679f07d7611ef04ee797857d0ec8e7490cc3cc64094de9e7659be42baaf1fd24ca822c1bffc58ca9cf479dd
# my poc-9-test peer-1 # my poc-9-test peer-1
peer.active.ip = 162.243.46.9 #peer.active.ip = 162.243.46.9
peer.active.port = 30303 #peer.active.port = 30303
peer.active.nodeid = e437a4836b77ad9d9ffe73ee782ef2614e6d8370fcf62191a6e488276e23717147073a7ce0b444d485fff5a0c34c4577251a7a990cf80d8542e21b95aa8c5e6c #peer.active.nodeid = e437a4836b77ad9d9ffe73ee782ef2614e6d8370fcf62191a6e488276e23717147073a7ce0b444d485fff5a0c34c4577251a7a990cf80d8542e21b95aa8c5e6c
# heiko peer # heiko peer
#peer.active.ip = 188.106.121.253 #peer.active.ip = 188.106.121.253
@ -27,9 +27,9 @@ peer.active.nodeid = e437a4836b77ad9d9ffe73ee782ef2614e6d8370fcf62191a6e488276e2
#peer.active.nodeid = 4e94cab3e9a85a22b59f69a2ad1f10ff1eaff5f8d94a0025df18c936a687b6ac99b3fb655677e8b9d08087319bca69ad2ab0b80a9d0ab47296bdc54c8cb09853 #peer.active.nodeid = 4e94cab3e9a85a22b59f69a2ad1f10ff1eaff5f8d94a0025df18c936a687b6ac99b3fb655677e8b9d08087319bca69ad2ab0b80a9d0ab47296bdc54c8cb09853
#peer.active.ip = 139.162.13.89 peer.active.ip = 139.162.13.89
#peer.active.port = 30303 peer.active.port = 30303
#peer.active.nodeid = bf01b54b6bc7faa203286dfb8359ce11d7b1fe822968fb4991f508d6f5a36ab7d9ae8af9b0d61c0467fb08567e0fb71cfb9925a370b69f9ede97927db473d1f5 peer.active.nodeid = bf01b54b6bc7faa203286dfb8359ce11d7b1fe822968fb4991f508d6f5a36ab7d9ae8af9b0d61c0467fb08567e0fb71cfb9925a370b69f9ede97927db473d1f5
#peer.active.ip = 192.168.122.90 #peer.active.ip = 192.168.122.90
#peer.active.port = 30303 #peer.active.port = 30303
@ -64,14 +64,14 @@ peer.discovery.workers = 3
# connection timeout for trying to # connection timeout for trying to
# connect to a peer [seconds] # connect to a peer [seconds]
peer.connection.timeout = 2 peer.connection.timeout = 300
# the time we wait to the network # the time we wait to the network
# to approve the transaction, the # to approve the transaction, the
# transaction got approved when # transaction got approved when
# include into a transactions msg # include into a transactions msg
# retrieved from the peer [seconds] # retrieved from the peer [seconds]
transaction.approve.timeout = 15 transaction.approve.timeout = 300
# the parameter specifies how much # the parameter specifies how much
# time we will wait for a message # time we will wait for a message