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
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
rjrudin edited this page Jul 9, 2018
·
5 revisions
This page provides guidance on how mimetypes are deployed.
Avoiding restarts when mimetype properties do not change
Starting in 3.8.1, the MimetypeManager includes support - which is enabled by default - for determining if a mimetype's properties are different or not when a mimetype is being updated. If the properties are not different, then no call is made to the Manage API. This avoids a restart, because if a call is made - even if the properties are not different - the Manage API will trigger a restart in MarkLogic.
This behavior can be disabled by setting the "mlUpdateMimetypesWhenPropertiesAreEqual" property to "false".