Performance improvements, where did that get lost?
authorSteven Barth <steven@midlink.org>
Fri, 31 Jul 2009 19:57:07 +0000 (19:57 +0000)
committerSteven Barth <steven@midlink.org>
Fri, 31 Jul 2009 19:57:07 +0000 (19:57 +0000)
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.