Commit e8a8b237 authored by Vincent Pelletier's avatar Vincent Pelletier

Accelerate repozo by loosening checks.

Loosened checks are considered safe enough, and the speedup on many-GB
FileStorage files is significant.
parent 2c4ea631
......@@ -47,6 +47,7 @@ class Recipe(GenericBaseRecipe):
'--config', configuration_file,
'--repozo', self.options['repozo-binary'],
'--gzip',
'--quick',
])
return [configuration_file, tidstorage_wrapper, repozo_wrapper]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment