2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-06 12:28:02 +01:00

Release 2020.03

This commit is contained in:
nupplaPhil 2020-03-31 23:22:16 +02:00
commit ad99a98540
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
72 changed files with 40 additions and 1423 deletions

View file

@ -0,0 +1,12 @@
<?php
/**
* If nothing else set, use APCu as a caching driver (best performance for local caching)
*/
return [
'system' => [
'cache_driver' => 'apcu',
'session_handler' => 'cache',
],
];