2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-02-09 17:43:26 +01:00
docker/2024.08/apache/config/00apcu.config.php
2024-08-19 01:45:21 +00:00

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