Merge pull request #5707 from reasonerjt/disable-clair-updater

Temporarily disable updaters of clair
This commit is contained in:
Wenkai Yin 2018-08-23 15:15:31 +08:00 committed by GitHub
commit d48364ba6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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