diff options
author | Steven Barth <steven@midlink.org> | 2008-09-05 23:24:39 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-05 23:24:39 +0000 |
commit | 40d4e839eff49bc2390537d465c4543105e95f59 (patch) | |
tree | dbcfbe0044688a5817ad161ee0c470f5f77da63f /libs/web/root/etc | |
parent | 71d3b7c194a8612b40dea82f6c430b4feb3739cd (diff) |
Added bytecodecache
Diffstat (limited to 'libs/web/root/etc')
-rw-r--r-- | libs/web/root/etc/config/luci | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index 76fa441c8..8b222aaaa 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -41,6 +41,9 @@ config internal sauth option sessionpath "/tmp/.lucisessions" option sessiontime 3600 +config internal ccache + option enable 1 + config internal template option compiler_mode file option compiledir "/tmp/.lucitplcache" |