<schemalist gettext-domain="mate-desktop">
  <schema id="org.mate.thumbnail-cache" path="/org/mate/desktop/thumbnail-cache/">
    <key name="maximum-age" type="i">
      <range min="-1" max="365"/>
      <default>180</default>
      <description>Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning.</description>
    </key>
    <key name="maximum-size" type="i">
      <default>512</default>
      <description>Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning.</description>
    </key>
  </schema>
</schemalist>
