diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-10 08:05:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-10 08:05:56 +0000 |
commit | aa93e160923ae0873fac5ea061935cf4338dc047 (patch) | |
tree | 9fc603f635a6efc961aa9484fb68459496cbbeba /libs/web/root | |
parent | d32f3dca5c9814d60c5b945da828d9e43f93c9f4 (diff) |
libs/web: drop the Lua template parser, the C implementation is faster in almost every case, even without caching
Diffstat (limited to 'libs/web/root')
-rw-r--r-- | libs/web/root/etc/config/luci | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index a42bac390..c503a8f1e 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -20,9 +20,5 @@ config internal sauth config internal ccache option enable 1 - -config internal template - option compiler_mode memory - option compiledir "/tmp/luci-templatecache" config internal themes |