Skip to content
  • Christos Stavrakakis's avatar
    plankton: Fix storing of image properties · 399e894a
    Christos Stavrakakis authored
    Image properties where stored all together as one metadata (JSON dumped
    string). This caused problems with the maximum allowed length of for a
    metadata value. This commit fixes this by storing each property as a
    separate metadata which is prefixed with the 'PROPERTY_PREFIX'.
    399e894a