2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-04-16 19:56:34 +02:00
docker/2020.07-1/fpm-alpine/config/00apcu.config.php
2020-09-08 21:40:43 +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',
],
];