This commit is contained in:
Charlotte 🦝 Delenk 2023-04-18 12:21:53 +01:00
parent cd5e897cbb
commit 73d94dfa7b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -38,9 +38,9 @@
https = true;
package = pkgs.nextcloud26;
phpOptions = {
"opcache.save_comments" = 1;
"opcache.validate_timestamps" = 0;
"opcache.jit" = 1255;
"opcache.save_comments" = "1";
"opcache.validate_timestamps" = "0";
"opcache.jit" = "1255";
"opcache.jit_buffer_size" = "128M";
};
poolSettings = {