friendica-docker/2024.03/fpm/config/00apcu.config.php

12 wiersze
165 B
PHP
Czysty Zwykły widok Historia

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