diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-25 02:00:23 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-25 02:42:48 +0200 |
commit | 2a9da16c79f4bb48136b0e0a87958a1e22b697ef (patch) | |
tree | b6dbfb64b754dae5130ad160088e03f8a73b0c96 /community/nextcloud/nextcloud-config.php | |
parent | 75c0ec68eec739bef5606b68b288988896a3a9c7 (diff) | |
download | aports-2a9da16c79f4bb48136b0e0a87958a1e22b697ef.tar.bz2 aports-2a9da16c79f4bb48136b0e0a87958a1e22b697ef.tar.xz |
community/nextcloud: improve default settings
Diffstat (limited to 'community/nextcloud/nextcloud-config.php')
-rw-r--r-- | community/nextcloud/nextcloud-config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/nextcloud/nextcloud-config.php b/community/nextcloud/nextcloud-config.php index 13de237a34..de572edc28 100644 --- a/community/nextcloud/nextcloud-config.php +++ b/community/nextcloud/nextcloud-config.php @@ -18,5 +18,9 @@ $CONFIG = array ( ), 'updatechecker' => false, 'check_for_working_htaccess' => false, + + // Uncomment to enable Zend OPcache. + //'memcache.local' => '\OC\Memcache\APCu', + 'installed' => false, ); |