summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2022-03-23 11:27:28 +0000
committerGitHub <noreply@github.com>2022-03-23 11:27:28 +0000
commitd27ec710906c51c8085244a7f9ef5ddca3ba374d (patch)
tree5966714b0e342cce998e816848e7643bcff103b0 /Dockerfile-debian.template
parent7d6837dbbe25c0b58973cadb55ed1dc1f031377c (diff)
Set recommend opcache.revalidate_freq (#1718)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index ef055e67..2f60e3b9 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -97,7 +97,7 @@ RUN { \
echo 'opcache.max_accelerated_files=10000'; \
echo 'opcache.memory_consumption=128'; \
echo 'opcache.save_comments=1'; \
- echo 'opcache.revalidate_freq=1'; \
+ echo 'opcache.revalidate_freq=60'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
\
echo 'apc.enable_cli=1' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini; \