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)
|
function Luci.__init__(self, name, prefix)
|
||||||
srv.Handler.__init__(self, name)
|
srv.Handler.__init__(self, name)
|
||||||
self.prefix = prefix
|
self.prefix = prefix
|
||||||
|
dsp.indexcache = "/tmp/luci-indexcache"
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Handle a HEAD request.
|
--- Handle a HEAD request.
|
||||||
|
|
Loading…
Reference in a new issue