Fix big site download

This commit is contained in:
shortcutme 2016-11-07 23:43:08 +01:00
parent 73b3c8db55
commit 4890c4cb2f
2 changed files with 4 additions and 1 deletions

View file

@ -120,7 +120,7 @@ class SiteManager(object):
site.settings["serving"] = True
site.saveSettings()
if all_file: # Also download user files on first sync
site.download(blind_includes=True)
site.download(check_size=True, blind_includes=True)
else:
if all_file:
site.download()