From e8a8b2371bd99b869791f7151a209004ede1b479 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Tue, 25 Jun 2013 17:59:26 +0200
Subject: [PATCH] Accelerate repozo by loosening checks.

Loosened checks are considered safe enough, and the speedup on many-GB
FileStorage files is significant.
---
 slapos/recipe/tidstorage/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/slapos/recipe/tidstorage/__init__.py b/slapos/recipe/tidstorage/__init__.py
index 1ae8c6c29..59adbed3b 100644
--- a/slapos/recipe/tidstorage/__init__.py
+++ b/slapos/recipe/tidstorage/__init__.py
@@ -47,6 +47,7 @@ class Recipe(GenericBaseRecipe):
         '--config', configuration_file,
         '--repozo', self.options['repozo-binary'],
         '--gzip',
+        '--quick',
       ])
 
     return [configuration_file, tidstorage_wrapper, repozo_wrapper]
-- 
2.30.9