increase SINGLE_HASH_ANNONCE_DURATION from 1 to 5
This commit is contained in:
parent
5d95194469
commit
989f77c00a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue