Skip to content

Commit

Permalink
Ensure memcached services are still publicly accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
edhgoose committed May 8, 2022
1 parent 79936f9 commit 562823f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/MentionMeMemcachedExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ private function newMemcachedClient($name, array $config, ContainerBuilder $cont
}

$memcached = new Definition(AntiStampedeMemcached::class);
$memcached->setPublic(true);

// Is this Cluster Enabled
$memcached->addArgument($config['enabled']);
Expand Down

0 comments on commit 562823f

Please sign in to comment.