Log giving up on a file
This commit is contained in:
parent
76bebb1eed
commit
4aff146812
1 changed files with 1 additions and 0 deletions
|
@ -1061,4 +1061,5 @@ class Site(object):
|
|||
self.updateWebsocket(file_failed=inner_path)
|
||||
|
||||
if self.bad_files.get(inner_path, 0) > 30:
|
||||
self.log.debug("Giving up on %s" % inner_path)
|
||||
del self.bad_files[inner_path] # Give up after 30 tries
|
||||
|
|
Loading…
Reference in a new issue