mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 10:47:46 -05:00
PERF: gzip --best can be very slow, use standard compression
This commit is contained in:
@@ -258,7 +258,7 @@ module BackupRestore
|
||||
end
|
||||
|
||||
log "Gzipping archive..."
|
||||
`gzip --best #{tar_filename}`
|
||||
`gzip #{tar_filename}`
|
||||
end
|
||||
|
||||
def after_create_hook
|
||||
|
||||
Reference in New Issue
Block a user