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