Disable all site serving using a global offline argument
This commit is contained in:
parent
f6e3a74567
commit
998ec3eb4f
9 changed files with 26 additions and 19 deletions
|
@ -224,7 +224,7 @@ class ContentDbPlugin(object):
|
|||
for site in list(self.sites.values()):
|
||||
if not site.content_manager.has_optional_files:
|
||||
continue
|
||||
if not site.settings["serving"]:
|
||||
if not site.isServing():
|
||||
continue
|
||||
has_updated_hashfield = next((
|
||||
peer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue