Skip to content

Commit d3f357a

Browse files
committed
change ScannerParallelQueries back to the default 16
1 parent 0315694 commit d3f357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/scan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"golang.org/x/sync/semaphore"
1414
)
1515

16-
const ScannerParallelQueries = 2
16+
const ScannerParallelQueries = 16
1717

1818
func Scan(region *Region, resourceTypes []string) <-chan *Item {
1919
s := &scanner{

0 commit comments

Comments
 (0)