mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04: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
|
end
|
||||||
|
|
||||||
log "Gzipping archive..."
|
log "Gzipping archive..."
|
||||||
`gzip #{tar_filename}`
|
`gzip -5 #{tar_filename}`
|
||||||
end
|
end
|
||||||
|
|
||||||
def after_create_hook
|
def after_create_hook
|
||||||
|
|
Loading…
Add table
Reference in a new issue