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 <jiangd@vmware.com>
This commit is contained in:
Daniel Jiang 2018-08-23 14:00:37 +08:00
parent 3e750ad6b6
commit 78bddd831a

View File

@ -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############