Skip to content

Commit

Permalink
deleted redundant lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowMB authored and tilosp committed Aug 10, 2017
1 parent d0c95d0 commit 35d7c3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?
$CONFIG = array (
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => 'true',
'redis' =>
Expand Down
1 change: 0 additions & 1 deletion .examples/docker-compose/with-nginx-proxy/fpm/caching.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?
$CONFIG = array (
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => 'true',
'redis' =>
Expand Down

0 comments on commit 35d7c3c

Please sign in to comment.