Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<PublisherSettings>
  <!-- Spool area will be cleaned out at each publish. Spool area contains image cache for converted images.
       Old log files are not cleaned out due tho this setting. -->
  <SpoolImageCleanup>true</SpoolImageCleanup>

  <!-- KENNETH HJÄLP HÄR TACKLanguage fallback when a text translation is looked for, in Pdf publications, where translations are missing -->
  <DefaultDataLanguages>sv; en; en-GB</DefaultDataLanguages>

  <!--- If upload of files to remote server fails, the publisher will retry a number of times according to this setting. -->
  <RemoteUploadTryCount>5</RemoteUploadTryCount>

  <!-- KENNETH HJÄLP HÄR TACK Small files are sent through a stream. This is a limit in bytes where larger files are sends in chunks instead. Zero is default: stream upload. -->
  <RemoteUploadChunkLimit>0</RemoteUploadChunkLimit>

  <!-- From version 5 old log files for publish will be saved in the spool area for the publication. Files are saved 
       a number of days according to this setting. Default is 60 days. -->
  <DaysToSavePublisherLog>60</DaysToSavePublisherLog>
</PublisherSettings>

...