Publish incoming files to more peers
This commit is contained in:
parent
c6792b7674
commit
8ea8e8c28a
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ class Site(object):
|
|||
self.announce()
|
||||
|
||||
if limit == "default":
|
||||
limit = 3
|
||||
limit = 5
|
||||
threads = limit
|
||||
|
||||
peers = self.getConnectedPeers()
|
||||
|
|
Loading…
Reference in a new issue