Reduce connection requirements on startup
This commit is contained in:
parent
3a9ded9315
commit
b96559b76f
1 changed files with 0 additions and 2 deletions
|
@ -257,8 +257,6 @@ class FileServer(ConnectionServer):
|
|||
site.update(check_files=check_files) # Update site's content.json and download changed files
|
||||
site.sendMyHashfield()
|
||||
site.updateHashfield()
|
||||
if len(site.peers) > 5: # Keep active connections if site having 5 or more peers
|
||||
site.needConnections()
|
||||
|
||||
# Check sites integrity
|
||||
@util.Noparallel()
|
||||
|
|
Loading…
Reference in a new issue