-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added option to disable cache_clearer #101
Conversation
@@ -159,13 +159,5 @@ | |||
<argument type="service" id="filesystem" /> | |||
</service> | |||
|
|||
<!-- Cache Clearer --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please also remove the liip_imagine.cache.clearer.class
parameter from this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Added option to disable cache_clearer
thought about this some more .. maybe |
not sure about this, in my opinion |
but it makes it sound like there is some complex logic that triggers a clear "automatically" |
you're right, guess we should change it then. shall i create another PR for this? |
that would be very much appreciated! |
btw. i think you meant |
yes :) |
Added a new option
auto_clear_cache
so the cache_clearer can be disabled.This PR fixes #89