Skip to content

Commit

Permalink
[CHANGED] DefaultMessageSize to be 128.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Ricart committed Jul 15, 2016
1 parent c3ced71 commit eb88005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stan-bench.go
Expand Up @@ -22,7 +22,7 @@ const (
DefaultNumPubs = 1
DefaultNumSubs = 0
DefaultAsync = false
DefaultMessageSize = -1
DefaultMessageSize = 128
DefaultIgnoreOld = false
DefaultMaxPubAcksInflight = 1000
DefaultClientID = "benchmark"
Expand Down

0 comments on commit eb88005

Please sign in to comment.