1 |
jcrisp |
1.1 |
diff -ruN smeserver-nextcloud-1.2.0.old/root/etc/e-smith/templates/etc/opt/remi/php81/php.d/20-opcache.ini/10base smeserver-nextcloud-1.2.0/root/etc/e-smith/templates/etc/opt/remi/php81/php.d/20-opcache.ini/10base |
2 |
|
|
--- smeserver-nextcloud-1.2.0.old/root/etc/e-smith/templates/etc/opt/remi/php81/php.d/20-opcache.ini/10base 2023-09-08 15:24:17.844164719 +0100 |
3 |
|
|
+++ smeserver-nextcloud-1.2.0/root/etc/e-smith/templates/etc/opt/remi/php81/php.d/20-opcache.ini/10base 2023-09-08 15:24:34.802316999 +0100 |
4 |
|
|
@@ -1,5 +1,5 @@ |
5 |
|
|
opcache.enable=1 |
6 |
|
|
-opcache.file_cache= /var/opt/remi/php74/lib/php/opcache |
7 |
|
|
+opcache.file_cache= /var/opt/remi/php81/lib/php/opcache |
8 |
|
|
opcache.enable_cli= 1 |
9 |
|
|
opcache.interned_strings_buffer= {$nextcloud{'opcache.interned_strings_buffer'} || 32;} |
10 |
|
|
opcache.max_accelerated_files= 10000 |