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
parent f55d8cb91c
commit b3e8e45966
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

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