Large diffs are not rendered by default.

84,268 log/debug.log

Large diffs are not rendered by default.

@@ -749,7 +749,8 @@ def verifyContent(self, inner_path, content):
raise VerifyError("Wrong inner_path: %s" % content["inner_path"])

# Check total site size limit
if site_size > site_size_limit:
cool = False
if cool and site_size > site_size_limit:
if inner_path == "content.json" and self.site.settings["size"] == 0:
# First content.json download, save site size to display warning
self.site.settings["size"] = site_size
BIN +23 Bytes (100%) src/Content/ContentManager.pyc
Binary file not shown.