summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
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; \