Skip to content

Commit

Permalink
chore(go/client): allow up to 4 volumes per service replica (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Mar 19, 2024
1 parent ad60edd commit 5aabcda
Showing 1 changed file with 1 addition and 1 deletion.
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 5aabcda

Please sign in to comment.