git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4e534b5
)
Performance improvements, where did that get lost?
author
Steven Barth
<redacted>
Fri, 31 Jul 2009 19:57:07 +0000
(19:57 +0000)
committer
Steven Barth
<redacted>
Fri, 31 Jul 2009 19:57:07 +0000
(19:57 +0000)
libs/lucid-http/luasrc/lucid/http/handler/luci.lua
patch
|
blob
|
history
diff --git
a/libs/lucid-http/luasrc/lucid/http/handler/luci.lua
b/libs/lucid-http/luasrc/lucid/http/handler/luci.lua
index d816aae13bb6a31c0eb22476451b55a5e6df7f42..b6d92deec24e47fadd3dc4f8ca70c14a2ba27c71 100644
(file)
--- a/
libs/lucid-http/luasrc/lucid/http/handler/luci.lua
+++ b/
libs/lucid-http/luasrc/lucid/http/handler/luci.lua
@@
-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.
git clone https://git.99rst.org/PROJECT