Performance improvements, where did that get lost?
This commit is contained in:
parent
4e534b50e5
commit
9827e91105
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ Luci = util.class(srv.Handler)
|
|||
function Luci.__init__(self, name, prefix)
|
||||
srv.Handler.__init__(self, name)
|
||||
self.prefix = prefix
|
||||
dsp.indexcache = "/tmp/luci-indexcache"
|
||||
end
|
||||
|
||||
--- Handle a HEAD request.
|
||||
|
|
Loading…
Reference in a new issue