Dont check every file on update

This commit is contained in:
shortcutme 2016-09-04 17:58:18 +02:00
parent 9528d333bd
commit b0a85b0669

View file

@ -325,7 +325,7 @@ class Site(object):
# Update content.json from peers and download changed files
# Return: None
@util.Noparallel()
def update(self, announce=False, check_files=True):
def update(self, announce=False, check_files=False):
self.content_manager.loadContent("content.json", load_includes=False) # Reload content.json
self.content_updated = None # Reset content updated time
self.updateWebsocket(updating=True)