2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-02 00:33:33 +01:00
docker/2021.06-dev/apache/config/00apcu.config.php
GitHub Workflow 9e22de455a Runs update.sh
2021-04-27 01:37:04 +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',
],
];