2
1
Fork 0
mirror of https://github.com/friendica/docker synced 2026-03-18 05:18:59 +01:00
docker/2022.05-dev/apache/config/00apcu.config.php

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