Rev2059, Fix download test, boost priority on request by 15, Adjust default priorities
This commit is contained in:
parent
db744f576e
commit
f67cb7b145
4 changed files with 9 additions and 9 deletions
|
@ -389,7 +389,7 @@ class UiRequest(object):
|
|||
if path_parts["inner_path"].endswith("favicon.ico"): # Default favicon for all sites
|
||||
return self.actionFile("src/Ui/media/img/favicon.ico")
|
||||
|
||||
result = site.needFile(path_parts["inner_path"], priority=5) # Wait until file downloads
|
||||
result = site.needFile(path_parts["inner_path"], priority=15) # Wait until file downloads
|
||||
if result:
|
||||
return self.actionFile(file_path, header_length=header_length)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue