We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b76f8 commit fd2c103Copy full SHA for fd2c103
pkg/vulnloader/nvdloader/loader.go
@@ -95,7 +95,7 @@ func (l *loader) DownloadFeedsToPath(outputDir string) error {
95
// With an API key, it is roughly one call every 0.6 seconds.
96
// We'll play it safe and do one call every 3 seconds.
97
// As of writing there are ~216,000 vulnerabilities, so this whole process should take ~5.4 minutes.
98
- time.Sleep(3 * time.Second)
+ time.Sleep(10 * time.Second)
99
100
startIdx += apiResp.ResultsPerPage
101
apiResp, err = query(fmt.Sprintf(urlFmt, startIdx))
0 commit comments