2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-19 01:36:42 +02:00
docker/2021.09/apache/config/00apcu.config.php

12 lines
165 B
PHP
Raw Normal View History

2021-04-27 03:37:04 +02:00
<?php
/**
* If nothing else set, use APCu as a caching driver (best performance for local caching)
*/
return [
'system' => [
'cache_driver' => 'apcu',
],
];