Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-03-04 23:26:46 -08:00
parent aa125b2246
commit 3b3a740f26
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -234,7 +234,7 @@ func createStaticIndex(r *registry.Registry, staticDir, clairURI string) error {
go func(repo, tag string, i, j int) {
defer wg.Done()
throttle := time.Tick(time.Duration(time.Duration((i+1)*(j+1)*2) * time.Second))
throttle := time.Tick(time.Duration(time.Duration((i+1)*(j+1)*3) * time.Second))
<-throttle
logrus.Infof("creating vulns.txt for %s:%s", repo, tag)