Switch back to 3 thread publishing on large sites

This commit is contained in:
HelloZeroNet 2016-03-12 23:07:41 +01:00
parent 6ff91cd2e8
commit f735862977

View file

@ -362,8 +362,8 @@ class Site(object):
threads = 5
if limit == "default":
if len(self.peers) > 50:
limit = 4
threads = 4
limit = 3
threads = 3
else:
limit = 5