From 7cf6f5151661373cb3cbeca846d8537aff88fb02 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 2 Dec 2023 11:58:48 +0100 Subject: [PATCH] fix: nextcloud interned strings buffer defaults to 23 now --- hosts/nachtigall/apps/nextcloud.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/nachtigall/apps/nextcloud.nix b/hosts/nachtigall/apps/nextcloud.nix index 0b9af81a..013362f3 100644 --- a/hosts/nachtigall/apps/nextcloud.nix +++ b/hosts/nachtigall/apps/nextcloud.nix @@ -107,10 +107,6 @@ simpleSignUpLink.shown = false; }; - phpOptions = { - "opcache.interned_strings_buffer" = "16"; - }; - # Calculated with 4GiB RAM, 80MiB process size available on # https://spot13.com/pmcalculator/ poolSettings = {