Skip to content

Commit

Permalink
Switch back to 3 thread publishing on large sites
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Mar 12, 2016
1 parent 6ff91cd commit f735862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Site/Site.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ def publish(self, limit="default", inner_path="content.json"):
threads = 5
if limit == "default":
if len(self.peers) > 50:
limit = 4
threads = 4
limit = 3
threads = 3
else:
limit = 5

Expand Down

0 comments on commit f735862

Please sign in to comment.