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 067c6ba commit 548938fCopy full SHA for 548938f
cmd/scan.go
@@ -12,7 +12,7 @@ import (
12
"golang.org/x/sync/semaphore"
13
)
14
15
-const ScannerParallelQueries = 16
+const ScannerParallelQueries = 2
16
17
func Scan(region *Region, resourceTypes []string) <-chan *Item {
18
s := &scanner{
0 commit comments