2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 22:07:09 +01:00
docker/2024.12-dev/fpm-alpine/config/00apcu.config.php
GitHub Workflow 365f4797cc Runs update.sh
2024-11-17 02:07: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',
],
];