fix Nextcloud opcache warning

This commit is contained in:
nyanloutre 2025-05-18 17:01:41 +02:00
parent cad30707e8
commit ad82f1d236

View file

@ -388,6 +388,9 @@ in
];
};
autoUpdateApps.enable = true;
phpOptions = {
"opcache.interned_strings_buffer" = "23";
};
};
};