X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/5651d2c43d3e5e1ba34b74d566b017c45921f069..refs/pull/5721/head:/app/Config/cache.php diff --git a/app/Config/cache.php b/app/Config/cache.php index b588437ff..9a0be8eab 100644 --- a/app/Config/cache.php +++ b/app/Config/cache.php @@ -35,10 +35,6 @@ return [ // Available caches stores 'stores' => [ - 'apc' => [ - 'driver' => 'apc', - ], - 'array' => [ 'driver' => 'array', 'serialize' => false, @@ -49,6 +45,7 @@ return [ 'table' => 'cache', 'connection' => null, 'lock_connection' => null, + 'lock_table' => null, ], 'file' => [