Merge branch 'asset-mapper' of https://git.thomas-peterson.de/boonkerz/printshopcreator into asset-mapper
All checks were successful
Gitea Actions / Run-Tests-On-Arm64 (push) Successful in 30m18s
Gitea Actions / Run-Tests-On-Amd64 (push) Successful in 46m37s
Gitea Actions / Merge (push) Successful in 2m3s

This commit is contained in:
Thomas Peterson 2025-06-16 10:44:44 +02:00
commit f4fdc051b5

View File

@ -1,6 +1,6 @@
; https://www.scalingphpbook.com/blog/2014/02/14/best-zend-opcache-settings.html
opcache.enable_cli = 0
opcache.enable = 0
opcache.enable_cli = 1
opcache.enable = 1
; check with find . -type f -print | grep php | wc -l
opcache.max_accelerated_files = 1048793
opcache.validate_timestamps = 0