fix(nextcloud): Don't use fast_shutdown
All checks were successful
build configuration / build_vault01 (push) Successful in 1m15s
build configuration / build_storage01 (push) Successful in 1m16s
build configuration / build_compute01 (push) Successful in 1m33s
build configuration / build_web01 (push) Successful in 1m46s
lint / check (push) Successful in 24s
build configuration / build_geo01 (push) Successful in 1m4s
build configuration / build_geo02 (push) Successful in 1m9s
build configuration / build_web02 (push) Successful in 1m12s
build configuration / build_rescue01 (push) Successful in 1m15s
build configuration / build_bridge01 (push) Successful in 1m11s
build configuration / push_to_cache_storage01 (push) Successful in 1m20s
build configuration / push_to_cache_geo02 (push) Successful in 1m13s
build configuration / push_to_cache_geo01 (push) Successful in 1m22s
build configuration / push_to_cache_web02 (push) Successful in 1m23s
build configuration / push_to_cache_compute01 (push) Successful in 2m0s
build configuration / push_to_cache_web01 (push) Successful in 2m6s
build configuration / push_to_cache_rescue01 (push) Successful in 1m18s
build configuration / push_to_cache_bridge01 (push) Successful in 1m11s

This commit is contained in:
Tom Hubrecht 2024-09-26 14:05:35 +02:00
parent 5c8db3544c
commit 681155318b
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -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";
};