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