forked from lthn/blockchain
compression speed tweak in prewoanload
This commit is contained in:
parent
3917d95019
commit
013b7f77ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1246,7 +1246,7 @@ bool handle_pack_file(po::variables_map& vm)
|
|||
|
||||
if (do_pack)
|
||||
{
|
||||
epee::net_utils::gzip_encoder_lyambda gzip_encoder(Z_BEST_COMPRESSION);
|
||||
epee::net_utils::gzip_encoder_lyambda gzip_encoder(Z_BEST_SPEED);
|
||||
return process_archive(gzip_encoder, true, source, target);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue