From 12e8bca74c3c41aaf8e89b199b370ee2b5eadc94 Mon Sep 17 00:00:00 2001 From: Manu Date: Tue, 25 Feb 2020 23:39:54 +0800 Subject: [PATCH] Limit checks to repository data. --- templates/config.yaml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index 3eead3d..2e90f33 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -136,7 +136,8 @@ consistency: # of just the most recent archive. checks: - repository - - archives + # - archives + # - disabled # Restrict the number of checked archives to the last n. Applies only to the "archives" check. check_last: 3