From 856b2a7fbce93c385f5028d30e63c5369655b825 Mon Sep 17 00:00:00 2001 From: Elias Fink Date: Fri, 27 Jun 2025 11:09:15 +0200 Subject: [PATCH] Change sorting --- nextcloud/config/opcache.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/config/opcache.ini b/nextcloud/config/opcache.ini index da0555c..e1f1edc 100644 --- a/nextcloud/config/opcache.ini +++ b/nextcloud/config/opcache.ini @@ -1,8 +1,8 @@ [opcache] opcache.enable=1 opcache.enable_cli=1 -opcache.memory_consumption=256 opcache.interned_strings_buffer=16 opcache.max_accelerated_files=10000 +opcache.memory_consumption=256 opcache.revalidate_freq=1 opcache.save_comments=1 \ No newline at end of file