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