Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2021-07-02 14:28:12 +0300
committerGitHub <noreply@github.com>2021-07-02 14:28:12 +0300
commit13a6fe1603ea6de8fc0458e1778d225d2b569ce6 (patch)
treeec8d8ea867f37171ade6ab561b11e50c64c5d915 /addons
parent237871650ae6d046d61e7ed4575bc71c939ddfe4 (diff)
Remove APCu and replace with Redis instead (#2040)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'addons')
-rw-r--r--addons/redis-server-ubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/redis-server-ubuntu.sh b/addons/redis-server-ubuntu.sh
index b46d79a1..f3c5d9d0 100644
--- a/addons/redis-server-ubuntu.sh
+++ b/addons/redis-server-ubuntu.sh
@@ -61,7 +61,7 @@ sed -i "s|);||g" $NCPATH/config/config.php
# Add the needed config to Nextclouds config.php
cat <<ADD_TO_CONFIG >> $NCPATH/config/config.php
- 'memcache.local' => '\\OC\\Memcache\\APCu',
+ 'memcache.local' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => true,
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',