Skip to content

Commit

Permalink
Adds a default for failure_cache.min_ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Sep 17, 2020
1 parent fd0fe73 commit 90e6015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libbeat/processors/dns/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ var defaultConfig = Config{
MaxCapacity: 10000,
},
FailureCache: CacheSettings{
MinTTL: time.Minute,
TTL: time.Minute,
InitialCapacity: 1000,
MaxCapacity: 10000,
Expand Down

0 comments on commit 90e6015

Please sign in to comment.