Versions Compared

Key

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

...

Entries (here FILE_AUDIT) need to be the same as the appender names as defined in logback.xml. 

...

  • Define upload limits for attachments in the cluster config. 

    Code Block
    languagexml
    <maxUploadThroughputPerUser>0</maxUploadThroughputPerUser> <!-- 0 means this is disabled -->
    
    <!-- The maximum size in bytes of a single binary -->
    <!-- a number less than 1 means no limit (defaults to 0) -->
    <maxBinarySize>5242880</maxBinarySize> <!-- 5242880B == 5 MB -->


  • Define upload size limits for Publishing Templates:

    Code Block
    <maxPublishingTemplateFileSize>10485760</maxPublishingTemplateFileSize> <!-- 10 MB, default limit -->


  • For Unity Pricefx, some modifications need to be made to Configuration/Feature Flags:

...

  • Image Modified

...

  • *The value stands for allowed number of MB per attachment. The default is 5MB.