From 67d93036cf13c8eed300f6d789a2475108e62930 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Sun, 22 Oct 2017 21:40:23 +0200 Subject: [PATCH] Phing - update properties.dist file --- .phing/properties.dist | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.phing/properties.dist b/.phing/properties.dist index 992dbb6..db05a3a 100644 --- a/.phing/properties.dist +++ b/.phing/properties.dist @@ -28,7 +28,13 @@ assets.installWithSymlink = true # Clear cache with the "warmup" option # -cache.clearWithWarmup = true +# The cache:clear command should always be called with the --no-warmup option. Warmup should be done via the cache:warmup command. +# https://github.com/symfony/symfony/blob/master/UPGRADE-3.3.md#frameworkbundle +# +# Krzysztof Niziol +# 2017-06-06 +# +cache.clearWithWarmup = false # -------------------------------------------------------------------------------- # Composer