Bugzilla – Attachment 79603 Details for
Bug 21426
setting USE_MEMCACHED to "no" in koha-sites.conf does not have any effect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21426: setting USE_MEMCACHED to "no" in koha-sites.conf does not have any effect
Bug-21426-setting-USEMEMCACHED-to-no-in-koha-sites.patch (text/plain), 1.53 KB, created by
Pierre-Marc Thibault
on 2018-09-28 17:30:28 UTC
(
hide
)
Description:
Bug 21426: setting USE_MEMCACHED to "no" in koha-sites.conf does not have any effect
Filename:
MIME Type:
Creator:
Pierre-Marc Thibault
Created:
2018-09-28 17:30:28 UTC
Size:
1.53 KB
patch
obsolete
>From 34f16f50901680c56ed4d2b7ae44e41c6040f824 Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <arouss1980@gmail.com> >Date: Thu, 27 Sep 2018 14:36:47 +0300 >Subject: [PATCH] Bug 21426: setting USE_MEMCACHED to "no" in koha-sites.conf > does not have any effect > >Setting USE_MEMCACHED to "no" in /etc/koha/koha-sites.conf does not >have any effect, because as of Bug 18342 memcached is enabled by >default for new installations. > >With the proposed patch this potential source of confusion is removed >from the configuration file. > >Test plan: >1) view koha-sites.conf and notice that you are given the option to > set USE_MEMCACHED to either "yes" or "no" (the default being "yes") >2) apply the patch >3) this time the "Memcached global configuration variables" section > should point out that new instances will use memcached by default > >Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> >--- > debian/templates/koha-sites.conf | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/debian/templates/koha-sites.conf b/debian/templates/koha-sites.conf >index 8cbd6c1..aa77f75 100644 >--- a/debian/templates/koha-sites.conf >+++ b/debian/templates/koha-sites.conf >@@ -34,9 +34,7 @@ ZEBRA_LANGUAGE="en" > > ## Memcached global configuration variables > # >-# USE_MEMCACHED: 'yes' | 'no' >-# Make the created instance use memcached. Can be altered later. >-# default: 'yes' >+# New instances will use memcached by default. This can be altered later. > USE_MEMCACHED="yes" > > # MEMCACHED_SERVERS: comma separated list of memcached servers (ip:port) >-- >2.7.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 21426
:
79481
|
79603
|
79617
|
79660
|
79718
|
80238