mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 07:37:55 +08:00
let's explicitly use gzip level 5 here
see http://tukaani.org/lzma/benchmarks.html
This commit is contained in:
@ -258,7 +258,7 @@ module BackupRestore
|
||||
end
|
||||
|
||||
log "Gzipping archive..."
|
||||
`gzip #{tar_filename}`
|
||||
`gzip -5 #{tar_filename}`
|
||||
end
|
||||
|
||||
def after_create_hook
|
||||
|
Reference in New Issue
Block a user