mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
let's explicitly use gzip level 5 here
see http://tukaani.org/lzma/benchmarks.html
This commit is contained in:
parent
770adbaf71
commit
4d8eb25148
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ module BackupRestore
|
|||
end
|
||||
|
||||
log "Gzipping archive..."
|
||||
`gzip #{tar_filename}`
|
||||
`gzip -5 #{tar_filename}`
|
||||
end
|
||||
|
||||
def after_create_hook
|
||||
|
|
Loading…
Reference in a new issue