diff --git a/src/File/FileRequest.py b/src/File/FileRequest.py index d3b9ebdc..a8c09ace 100644 --- a/src/File/FileRequest.py +++ b/src/File/FileRequest.py @@ -145,7 +145,7 @@ class FileRequest(object): peer = site.addPeer(self.connection.ip, self.connection.port, return_peer=True) # Add or get peer # On complete publish to other peers diffs = params.get("diffs", {}) - site.onComplete.once(lambda: site.publish(inner_path=inner_path, diffs=diffs, limit=2), "publish_%s" % inner_path) + site.onComplete.once(lambda: site.publish(inner_path=inner_path, diffs=diffs, limit=3), "publish_%s" % inner_path) # Load new content file and download changed files in new thread def downloader():