2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-01-10 16:39:33 +01:00
docker/2019.09/apache/config/00apcu.config.php
2019-09-29 11:51:12 +02:00

12 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',
],
];