Rev2168, Only avoid reload site on every missing file
This commit is contained in:
parent
6610914fdb
commit
467cd480cf
2 changed files with 1 additions and 4 deletions
|
@ -136,9 +136,6 @@ class SiteManager(object):
|
|||
site.saveSettings()
|
||||
if all_file: # Also download user files on first sync
|
||||
site.download(check_size=True, blind_includes=True)
|
||||
else:
|
||||
if all_file:
|
||||
site.download(check_size=True, blind_includes=True)
|
||||
|
||||
return site
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue