fix: increase php strings cache size for nextcloud

https://github.com/nextcloud/server/issues/31223
This commit is contained in:
Benjamin Bädorf 2023-10-29 19:28:39 +01:00 committed by b12f
parent 13d46c22c5
commit a10d77dcf6
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -111,6 +111,10 @@
simpleSignUpLink.shown = false;
};
phpOptions = {
"opcache.interned_strings_buffer" = "16";
};
caching.redis = true;
autoUpdateApps.enable = true;
database.createLocally = true;