Skip to content
Snippets Groups Projects
Unverified Commit 793dcb5f authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Persistent MemcacheD-connections

parent b42b53db
No related branches found
No related tags found
No related merge requests found
......@@ -296,7 +296,7 @@ class Memcache
*/
private static function loadMemcacheServerGroup(array $group)
{
$memcache = new \Memcached();
$memcache = new \Memcached('persistent');
// iterate over all the servers in the group and add them to the Memcache object
foreach ($group as $index => $server) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment