Fix big site download
This commit is contained in:
parent
73b3c8db55
commit
4890c4cb2f
2 changed files with 4 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue