2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 14:04:57 +02:00
docker/2023.05-rc/fpm-alpine/config/00apcu.config.php
2023-05-19 01:44:48 +00:00

12 lines
165 B
PHP

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