Skip to content

Commit 548938f

Browse files
danarbaughdependabot[bot]
authored andcommitted
CL-540 | Lower concurrent resource list requests temporarily (for cloudcontrol) (#1)
* Bump github.com/aws/aws-sdk-go from 1.44.230 to 1.44.235 (#972) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.230 to 1.44.235. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.44.230...v1.44.235) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Decrement parallel list req semaphore weight/count from 16 to 2 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 067c6ba commit 548938f

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
@@ -12,7 +12,7 @@ import (
1212
"golang.org/x/sync/semaphore"
1313
)
1414

15-
const ScannerParallelQueries = 16
15+
const ScannerParallelQueries = 2
1616

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

0 commit comments

Comments
 (0)