Dont check every file on update
This commit is contained in:
parent
9528d333bd
commit
b0a85b0669
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class Site(object):
|
||||||
# Update content.json from peers and download changed files
|
# Update content.json from peers and download changed files
|
||||||
# Return: None
|
# Return: None
|
||||||
@util.Noparallel()
|
@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_manager.loadContent("content.json", load_includes=False) # Reload content.json
|
||||||
self.content_updated = None # Reset content updated time
|
self.content_updated = None # Reset content updated time
|
||||||
self.updateWebsocket(updating=True)
|
self.updateWebsocket(updating=True)
|
||||||
|
|
Loading…
Reference in a new issue