Merge pull request #3092 from reasonerjt/clair-conf-change

Clair conf change
This commit is contained in:
Daniel Jiang 2017-08-22 13:40:18 +08:00 committed by GitHub
commit bf8aef8e7e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ clair:
# Deadline before an API request will respond with a 503
timeout: 300s
updater:
interval: 1h
interval: 12h
notifier:
attempts: 3

View File

@ -67,7 +67,7 @@ func ScanAllMarker() *TimeMarker {
}
} else {
scanAllMarker = &TimeMarker{
interval: 30 * time.Minute,
interval: 2 * time.Hour,
}
}
})