Skip to content

Commit

Permalink
increase the max record age for the PUT_VALUE method based on RFM17
Browse files Browse the repository at this point in the history
  • Loading branch information
cortze authored and lidel committed Dec 11, 2022
1 parent 5999afb commit 066a664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ var Defaults = func(o *Config) error {
o.RoutingTable.RefreshInterval = 10 * time.Minute
o.RoutingTable.AutoRefresh = true
o.RoutingTable.PeerFilter = EmptyRTFilter
o.MaxRecordAge = time.Hour * 36
o.MaxRecordAge = time.Hour * 48

o.BucketSize = defaultBucketSize
o.Concurrency = 10
Expand Down

0 comments on commit 066a664

Please sign in to comment.