Bugzilla – Attachment 59091 Details for
Bug 7533
Add template_cache_dir to the koha-conf.xml file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7533: Add the template_cache_dir entry to koha-conf.xml
Bug-7533-Add-the-templatecachedir-entry-to-koha-co.patch (text/plain), 1.96 KB, created by
Nick Clemens (kidclamp)
on 2017-01-17 14:11:18 UTC
(
hide
)
Description:
Bug 7533: Add the template_cache_dir entry to koha-conf.xml
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-01-17 14:11:18 UTC
Size:
1.96 KB
patch
obsolete
>From ecbc33870020c83b4ed8b48da38b7b16a1b9778c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 28 Dec 2016 13:49:59 +0000 >Subject: [PATCH] Bug 7533: Add the template_cache_dir entry to koha-conf.xml > >And comment it, as we don't know what are the sysop's preferences > >Signed-off-by: Magnus Enger <magnus@libriotech.no> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > debian/templates/koha-conf-site.xml.in | 4 ++++ > etc/koha-conf.xml | 4 ++++ > 2 files changed, 8 insertions(+) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 7f13c64..47cce8d 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -291,6 +291,10 @@ __END_SRU_PUBLICSERVER__ > <!-- <zebra_loglevels>none,fatal,warn</zebra_loglevels> --> > <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers> > <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace> >+ <!-- Uncomment the following line if you want to use template caching >+ That will bring a performance boost >+ <template_cache_dir>/tmp</template_cache_dir> >+ --> > > <!-- Secret passphrase used by Mojolicious for signed cookies --> > <api_secret_passphrase>__API_SECRET__</api_secret_passphrase> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index 2c188f8..650b0f8 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -118,6 +118,10 @@ __PAZPAR2_TOGGLE_XML_POST__ > <log4perl_conf>__KOHA_CONF_DIR__/log4perl.conf</log4perl_conf> > <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers> > <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace> >+ <!-- Uncomment the following line if you want to use template caching >+ That will bring a performance boost >+ <template_cache_dir>/tmp</template_cache_dir> >+ --> > > <!-- Secret passphrase used by Mojolicious for signed cookies --> > <api_secret_passphrase>CHANGEME</api_secret_passphrase> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7533
:
58467
|
58468
|
58476
|
58477
| 59091 |
59092