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