Skip to content

Commit

Permalink
Merge branch 'main' into ts
Browse files Browse the repository at this point in the history
  • Loading branch information
troian authored Apr 3, 2024
2 parents 540593d + 5d4de1d commit 65658a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/manifest/v2beta2/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (g Group) GetResourceUnits() dtypes.ResourceUnits {
if _, exists := groups[svc.Resources.ID]; !exists {
groups[svc.Resources.ID] = &dtypes.ResourceUnit{
Resources: svc.Resources,
Count: 1,
Count: svc.Count,
}
} else {
groups[svc.Resources.ID].Count += svc.Count
Expand Down
2 changes: 1 addition & 1 deletion go/node/types/constants/constants.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package constants

const (
DefaultMaxGroupVolumes = 2
DefaultMaxGroupVolumes = 4
)

0 comments on commit 65658a1

Please sign in to comment.