friendica-docker/2024.09-rc/fpm/config/00apcu.config.php

12 wiersze
165 B
PHP
Czysty Zwykły widok Historia

2024-10-16 01:56:11 +00:00
<?php
/**
* If nothing else set, use APCu as a caching driver (best performance for local caching)
*/
return [
'system' => [
'cache_driver' => 'apcu',
],
];