Projects
Kolab:3.4
roundcubemail
0002-Describe-memcache-connection-configuration...
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-Describe-memcache-connection-configuration-options-i.patch of Package roundcubemail (Revision 94)
Currently displaying revision
94
,
Show latest
From de3fc1afafd0830bf03fbc58022398f7fe6cf525 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <bruederli@kolabsys.com> Date: Wed, 11 Feb 2015 21:37:23 +0100 Subject: [PATCH 2/2] Describe memcache connection configuration options in defaults --- config/defaults.inc.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 5a5bffb..06ea9ec 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -384,6 +384,19 @@ $config['session_storage'] = 'db'; // Define any number of hosts in the form of hostname:port or unix:///path/to/socket.file $config['memcache_hosts'] = null; // e.g. array( 'localhost:11211', '192.168.1.12:11211', 'unix:///var/tmp/memcached.sock' ); +// Controls the use of a persistent connections to memcache servers +// See http://php.net/manual/en/memcache.addserver.php +$config['memcache_pconnect'] = true; + +// Value in seconds which will be used for connecting to the daemon +// See http://php.net/manual/en/memcache.addserver.php +$config['memcache_timeout'] = 1; + +// Controls how often a failed server will be retried (value in seconds). +// Setting this parameter to -1 disables automatic retry. +// See http://php.net/manual/en/memcache.addserver.php +$config['memcache_retry_interval'] = 15; + // check client IP in session authorization $config['ip_check'] = false; -- 2.1.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.