Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Delete imagick cache can be deferred.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 3, 2016
1 parent c6e7dba commit dc885f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/editor.imagick/manifest.xml
Expand Up @@ -22,7 +22,7 @@
</server_settings>
<registry_contributions>
<hooks>
<serverCallback hookName="node.change" methodName="deleteImagickCache"/>
<serverCallback hookName="node.change" methodName="deleteImagickCache" defer="true"/>
</hooks>
<actions>
<action name="imagick_data_proxy" contentTypedProvider="true">
Expand Down

0 comments on commit dc885f4

Please sign in to comment.