increase SINGLE_HASH_ANNONCE_DURATION from 1 to 5

This commit is contained in:
Kay Kurokawa 2017-12-04 19:15:00 -05:00
parent 5d95194469
commit 989f77c00a

View file

@ -96,7 +96,7 @@ class DHTHashSupplier(object):
MIN_HASH_REANNOUNCE_TIME = 60*60
# conservative assumption of the time it takes to announce
# a single hash
SINGLE_HASH_ANNOUNCE_DURATION = 1
SINGLE_HASH_ANNOUNCE_DURATION = 5
"""Classes derived from this class give hashes to a hash announcer"""
def __init__(self, announcer):