v 0.7.6 (4565)
- Sync Plugin Updates - Clean up tor v3 patch (#115) https://github.com/ZeroNetX/ZeroNet/pull/115 - Add More Default Plugins to Repo - Doubled Site Publish Limits - Update ZeroNet Repo Urls (#103) - UI/UX: Increases Size of Notifications Close Button(#106) - Moved Plugins to Seperate Repo - Added `access_key` variable in Config, this used to access restrited plugins when multiuser plugin is enabled. When MultiUserPlugin is enabled we cannot access some pages like /Stats, this key will remove such restriction with access key. - Added `last_connection_id_current_version` to ConnectionServer, helpful to estimate no of connection from current client version. - Added current version: connections to /Stats page. see the previous point.
This commit is contained in:
parent
7078badefa
commit
5ee928852b
335 changed files with 177 additions and 74429 deletions
|
@ -165,7 +165,7 @@ class FileRequest(object):
|
|||
peer = site.addPeer(self.connection.ip, self.connection.port, return_peer=True, source="update") # 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=3), "publish_%s" % inner_path)
|
||||
site.onComplete.once(lambda: site.publish(inner_path=inner_path, diffs=diffs, limit=6), "publish_%s" % inner_path)
|
||||
|
||||
# Load new content file and download changed files in new thread
|
||||
def downloader():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue