diff --git a/src/Site/Site.py b/src/Site/Site.py index 9580bbe8e..8dbb4c488 100644 --- a/src/Site/Site.py +++ b/src/Site/Site.py @@ -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