kawipiko
kawipiko copied to clipboard
Feature request: Support for CDB64?
CDB has a file size limit of 4 GB which is a part of the file specification. There is a library that makes some of the 32 bit integers, the ones responsible for the 4 GB limit, into 64 bit integers thereby erasing the file limit.
Here's a link to the cdb64 library.
The use case for this feature request is multiple hosts. Imagine you have multiple hosts that use high quality images (4 MB per image) and the 4 GB is quickly reached when applied to multiple hosts.
I can implement this feature request myself.