mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 14:38:30 +08:00
PERF: gzip --best can be very slow, use standard compression
This commit is contained in:
parent
14741b5dac
commit
cbd1df1963
|
@ -258,7 +258,7 @@ module BackupRestore
|
||||||
end
|
end
|
||||||
|
|
||||||
log "Gzipping archive..."
|
log "Gzipping archive..."
|
||||||
`gzip --best #{tar_filename}`
|
`gzip #{tar_filename}`
|
||||||
end
|
end
|
||||||
|
|
||||||
def after_create_hook
|
def after_create_hook
|
||||||
|
|
Loading…
Reference in New Issue
Block a user