PERF: gzip --best can be very slow, use standard compression

This commit is contained in:
Sam 2015-03-31 15:13:53 +11:00
parent 14741b5dac
commit cbd1df1963
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ module BackupRestore
end
log "Gzipping archive..."
`gzip --best #{tar_filename}`
`gzip #{tar_filename}`
end
def after_create_hook