now we are using a two-character name for cache subfolders. With many media, subfolders get too populated.
The number of characters to use for subfolders could depend on media number, so that every subfolder get the reduction and thumbnails for no more than, say, 50 media. Since every media produces 12/13 images in cache, this would correspond to about 600 images in every folder.
now we are using a two-character name for cache subfolders. With many media, subfolders get too populated.
The number of characters to use for subfolders could depend on media number, so that every subfolder get the reduction and thumbnails for no more than, say, 50 media. Since every media produces 12/13 images in cache, this would correspond to about 600 images in every folder.
The formula:
ncharacters = ceil(log50(nmedia)) = ceil(ln(nmedia) / ln(50))