Skip to content

Commit

Permalink
Decrease sender TTL from 2 to 1 to reduce pressure on the storage
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Mar 8, 2019
1 parent 82380e2 commit 7f6e235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/sender/sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func DefaultConfig() *Config {
return &Config{
BatchSize: 100,
BatchInterval: 1 * time.Second,
TTL: 2,
TTL: 1,
EachN: 1,
SendTimer: 500 * time.Millisecond,
}
Expand Down

0 comments on commit 7f6e235

Please sign in to comment.