diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-01-10 07:53:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-10 07:53:00 +0100 |
commit | cfa08ab262c80c63652a2f79e29ef5b07a046571 (patch) | |
tree | 268450164813f315b51e5587f118acf408a96555 | |
parent | e25d5196b791f26a280de69cb20436882d7203a1 (diff) | |
parent | bf8603c8a1373c09110c5de19d3b9ef5e750bd19 (diff) | |
download | nextcloud-server-cfa08ab262c80c63652a2f79e29ef5b07a046571.tar.gz nextcloud-server-cfa08ab262c80c63652a2f79e29ef5b07a046571.zip |
Merge pull request #18787 from acs-ferreira/patch-1
Remove reference link for memcached options as domain doesn't exist anymore
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index d297f86d738..ba47fe9e843 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1187,7 +1187,7 @@ $CONFIG = array( ), /** - * Connection options for memcached, see http://apprize.info/php/scaling/15.html + * Connection options for memcached */ 'memcached_options' => array( // Set timeouts to 50ms |