increased pex timer
This commit is contained in:
parent
6dafcffd5a
commit
e061e516ee
|
@ -53,7 +53,7 @@ class OnionrCommunicate:
|
|||
highFailureRate = 10
|
||||
heartBeatTimer = 0
|
||||
heartBeatRate = 5
|
||||
pexTimer = 10 # How often we should check for new peers
|
||||
pexTimer = 1000 # How often we should check for new peers
|
||||
pexCount = 0
|
||||
logger.debug('Communicator debugging enabled.')
|
||||
torID = open('data/hs/hostname').read()
|
||||
|
|
Loading…
Reference in New Issue