git_odb_backend_loose_options.compression_level

zlib compression level to use (0-9), where 1 is the fastest at the expense of larger files, and 9 produces the best compression at the expense of speed. 0 indicates that no compression should be performed. -1 is the default (currently optimizing for speed).

struct git_odb_backend_loose_options
int compression_level;

Meta