Skip to content

Commit

Permalink
increase zone name maximum length
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Feb 5, 2025
1 parent 6be7b6f commit 006d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/protocol/broker_spec_extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (m *BrokerSpec) ItemLimit() int { return int(m.JournalLimit) }

const (
minZoneLen = 1
maxZoneLen = 16
maxZoneLen = 32
minBrokerSuffixLen = 4
maxBrokerSuffixLen = 128
maxBrokerJournalLimit = 1 << 17
Expand Down

0 comments on commit 006d1d2

Please sign in to comment.