Disable thumbnail synchronization for all users

Image thumbnails synchronize every 30 minutes as the IXIASOFT CCMS default. If this presents your deployment with issues, you can disable thumbnail synchronization for all users, regardless of their personal settings.

When thumbnails are created, they get stored on the server and become available to all users after the next thumbnail synchronization. For a deployment with very large Content Store, thumbnails can use lots of space. In such cases, disabling synchronization can improve latency.

Important: Make configuration changes in a test environment and confirm they work before copying them to a production environment. For dedicated SaaS deployments, test the changes and then ask IXIASOFT Customer Support to copy the changes to your production environment.

To disable thumbnail synchronization for all users:

  1. In the TEXTML Administration perspective, connect to your server.
  2. Locate the multiimage.xml file in the repository's /system/conf collection.
  3. Check out the file and open it for editing.
  4. Locate the <thumbnails> element and set the allowThumbnailSynchronization attribute to false.
    For example:
    ...
    <!-- Thumbnails settings for images -->
    <thumbnails defaultscale="0.5" minsize="150" maxsize="600" allowThumbnailSynchronization="false"/>
    ...
    Note: If the attribute is not there, simply add it and edit the multiimage.dtd file as described below.
    This attribute disables thumbnail synchronization, regardless of the users' personal settings. When <allowThumbnailSynchronization> is set to false, the Synchronize Image Thumbnails option is greyed out in the Synchronization Preferences and the following message is displayed:
    [disabled by system administrator]
  5. Save, close, and check in the file.
  6. Inform users of the changes.
    The changes will be applied automatically once users close and then reopen their IXIASOFT CCMS Desktop. Users can also apply the changes without restarting their CCMS Desktop by clicking IXIASOFT CCMS > Synchronize Configuration.
Image thumbnail synchronization is disabled for all users.