CreateOptions.setDeltaSigMinSize
void setDeltaSigMinSize(ulong minSize) @safeSets the minimum file size for delta signature computation.
Files smaller than this size will not have delta signatures computed, as the overhead of storing signatures may exceed the benefit for small files.
Parameters
minSize | minimum file size in bytes (default is 10240 = 10 KiB) |