Skip to content

Commit

Permalink
Update api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Apr 23, 2024
1 parent 37ae1e9 commit adeb2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func PackagesFromCommunities(communities []Community) (PackageList, error) {
}

g := errgroup.Group{}
g.SetLimit(50)
g.SetLimit(100)

var list PackageList
var mut sync.Mutex
Expand Down

0 comments on commit adeb2eb

Please sign in to comment.