Switch back to 3 thread publishing on large sites
This commit is contained in:
parent
6ff91cd2e8
commit
f735862977
1 changed files with 2 additions and 2 deletions
|
@ -362,8 +362,8 @@ class Site(object):
|
||||||
threads = 5
|
threads = 5
|
||||||
if limit == "default":
|
if limit == "default":
|
||||||
if len(self.peers) > 50:
|
if len(self.peers) > 50:
|
||||||
limit = 4
|
limit = 3
|
||||||
threads = 4
|
threads = 3
|
||||||
else:
|
else:
|
||||||
limit = 5
|
limit = 5
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue