Adjust properties for poc-8
This commit is contained in:
parent
db413d3496
commit
03a25e841c
|
@ -9,12 +9,12 @@ peer.discovery.ip.list = poc-7.ethdev.com:30303,\
|
||||||
185.43.109.23:30303
|
185.43.109.23:30303
|
||||||
|
|
||||||
# Peer Server Zero (poc-6.ethdev.com)
|
# Peer Server Zero (poc-6.ethdev.com)
|
||||||
peer.active.ip = 23.22.211.45
|
peer.active.ip = poc-8.ethdev.com
|
||||||
peer.active.port = 992
|
peer.active.port = 30303
|
||||||
|
|
||||||
# Peer for server to listen for incoming
|
# Peer for server to listen for incoming
|
||||||
# connections
|
# connections
|
||||||
peer.listen.port = 40304
|
peer.listen.port = 10101
|
||||||
|
|
||||||
# specify if the mechanism
|
# specify if the mechanism
|
||||||
# to discover more and more
|
# to discover more and more
|
||||||
|
@ -24,12 +24,12 @@ peer.listen.port = 40304
|
||||||
# the peer window will show
|
# the peer window will show
|
||||||
# only what retrieved by active
|
# only what retrieved by active
|
||||||
# peer [true/false]
|
# peer [true/false]
|
||||||
peer.discovery = false
|
peer.discovery = true
|
||||||
|
|
||||||
# number of workers that
|
# number of workers that
|
||||||
# tastes the peers for being
|
# tastes the peers for being
|
||||||
# online [1..10]
|
# online [1..10]
|
||||||
peer.discovery.workers = 1
|
peer.discovery.workers = 3
|
||||||
|
|
||||||
# connection timeout for trying to
|
# connection timeout for trying to
|
||||||
# connect to a peer [seconds]
|
# connect to a peer [seconds]
|
||||||
|
@ -130,7 +130,7 @@ max.blocks.ask = 120
|
||||||
max.blocks.queued = 40000
|
max.blocks.queued = 40000
|
||||||
|
|
||||||
# project version auto copied during build phase
|
# project version auto copied during build phase
|
||||||
project.version = 0.7.9
|
project.version = 0.7.14
|
||||||
|
|
||||||
# hello phrase will be included in
|
# hello phrase will be included in
|
||||||
# the hello message of the peer
|
# the hello message of the peer
|
||||||
|
|
Loading…
Reference in New Issue