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
|
@ -10,7 +10,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.5.7"
|
||||
self.rev = 2167
|
||||
self.rev = 2168
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.config_file = "zeronet.conf"
|
||||
|
|
|
@ -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…
Reference in a new issue