Skip to content

Commit

Permalink
Merge pull request #50 from h0n9/feature/enlarge-max-topic-id-len-to-64
Browse files Browse the repository at this point in the history
Update MaxTopicIDLen constant to 64 in lake.go
  • Loading branch information
h0n9 authored Apr 22, 2024
2 parents 23429ea + 03348e5 commit b35758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lake/lake.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
MaxTopicIDLen = 30
MaxTopicIDLen = 64
MinTopicIDLen = 1

RandomSubscriberIDLen = 10
Expand Down

0 comments on commit b35758b

Please sign in to comment.