Performance improvements, where did that get lost?
[project/luci.git] / libs / lucid-http / luasrc / lucid / http / handler / luci.lua
index d816aae..b6d92de 100644 (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.