CreateOptions.setDeltaSigMinSize

void setDeltaSigMinSize(ulong minSize) @safe

Sets 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

minSizeminimum file size in bytes (default is 10240 = 10 KiB)