Publish incoming files to more peers

This commit is contained in:
shortcutme 2017-04-07 18:17:30 +02:00
parent c6792b7674
commit 8ea8e8c28a
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -488,7 +488,7 @@ class Site(object):
self.announce() self.announce()
if limit == "default": if limit == "default":
limit = 3 limit = 5
threads = limit threads = limit
peers = self.getConnectedPeers() peers = self.getConnectedPeers()