2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-08 18:30:13 +02:00
docker/2019.12/apache/config/00apcu.config.php
2019-12-23 21:32:56 +01:00

13 lines
197 B
PHP

<?php
/**
* If nothing else set, use APCu as a caching driver (best performance for local caching)
*/
return [
'system' => [
'cache_driver' => 'apcu',
'session_handler' => 'cache',
],
];