2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-04 19:01:55 +01:00
docker/2021.09-rc/apache/config/00apcu.config.php
GitHub Workflow b8c192e711 Runs update.sh
2021-08-29 01:28:42 +00: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',
],
];