Fix rev 3535 big javascript file
This commit is contained in:
parent
113e7e0d3d
commit
8e1c0a7fa4
1 changed files with 3 additions and 2 deletions
|
@ -114,6 +114,7 @@ class UiRequestPlugin(object):
|
|||
path_parts = kwargs["path_parts"]
|
||||
site = self.server.site_manager.get(path_parts["address"])
|
||||
big_file = site.storage.openBigfile(path_parts["inner_path"], prebuffer=2 * 1024 * 1024)
|
||||
if big_file:
|
||||
kwargs["file_obj"] = big_file
|
||||
kwargs["file_size"] = big_file.size
|
||||
|
||||
|
|
Loading…
Reference in a new issue