You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that the Bundle now auto-hooks a cache clear on the standard Symfony Cache Clear command.
This is actually not something we want in our code, as images don't really need to be flushed and the overhead of "all" images being re-cached after every deploy is not desirable.
Is it possible to make this a configuration setting? like auto_cache_flush or something we can set to false and handle the image cache separately from the rest of the application cache?
The text was updated successfully, but these errors were encountered:
I just noticed that the Bundle now auto-hooks a cache clear on the standard Symfony Cache Clear command.
This is actually not something we want in our code, as images don't really need to be flushed and the overhead of "all" images being re-cached after every deploy is not desirable.
Is it possible to make this a configuration setting? like
auto_cache_flush
or something we can set to false and handle the image cache separately from the rest of the application cache?The text was updated successfully, but these errors were encountered: