You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Content can be stored compressed in StageR. If enabled, StageR uses the zlib library from NodeJS for compression. Both JSON and raw files stored in StageR can be compressed.

Content is compressed at the scope level and a isCompressed tag is added to each compressed content scope.

The option can be enabled/disabled per Storage Unit through the administration API.

PUT admin/enableContentCompression/<storage-unit>/<true-false>
  • No labels