diff --git a/machines/compute01/nextcloud.nix b/machines/compute01/nextcloud.nix index dd7059e..9432612 100644 --- a/machines/compute01/nextcloud.nix +++ b/machines/compute01/nextcloud.nix @@ -55,7 +55,7 @@ in "opcache.max_accelerated_files" = "10000"; "opcache.memory_consumption" = "128"; "opcache.revalidate_freq" = "1"; - "opcache.fast_shutdown" = "1"; + "opcache.fast_shutdown" = "0"; "openssl.cafile" = "/etc/ssl/certs/ca-certificates.crt"; catch_workers_output = "yes"; };