Performance improvements, where did that get lost?

This commit is contained in:
Steven Barth 2009-07-31 19:57:07 +00:00
parent 4e534b50e5
commit 9827e91105

View file

@ -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.