increased pex timer

This commit is contained in:
Kevin Froman 2018-04-03 13:20:27 -05:00
parent 6dafcffd5a
commit e061e516ee
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 1 additions and 1 deletions

View File

@ -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()