From 78bddd831ab0a2fc802f8f6047df8d14a1a6c41b Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Thu, 23 Aug 2018 14:00:37 +0800 Subject: [PATCH] Temporarily disable updaters of clair Set the updater interval to "0" to mitigate the impact of Apline URL change that cause clair keep polling vuln data. Signed-off-by: Daniel Jiang --- make/harbor.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/harbor.cfg b/make/harbor.cfg index 3a5625996..91b110245 100644 --- a/make/harbor.cfg +++ b/make/harbor.cfg @@ -173,7 +173,7 @@ clair_db_username = postgres clair_db = postgres #The interval of clair updaters, the unit is hour, set to 0 to disable the updaters. -clair_updaters_interval = 12 +clair_updaters_interval = 0 ##########End of Clair DB configuration############