Skip to content

Commit

Permalink
change topic structure to improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
arnisoph committed Jul 14, 2017
1 parent dd4377d commit cb6d6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (

subscriberClientIdTemplate = "mqtt-stresser-sub-%s-%d-%d"
publisherClientIdTemplate = "mqtt-stresser-pub-%s-%d-%d"
topicNameTemplate = "internal/mqtt-stresser/endToEndXx-%s-%d-%d"
topicNameTemplate = "internal/mqtt-stresser/%s/%d-%d"

opTimeout = 5 * time.Second

Expand Down

0 comments on commit cb6d6f4

Please sign in to comment.