Skip to content

Commit

Permalink
beatlabs#128 fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Vangelis Katikaridis <[email protected]>
  • Loading branch information
drakos74 committed May 2, 2020
1 parent 42dea7b commit 5cb52c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions component/http/cache_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type RouteCache struct {
errors []error
}

// Age defines the route cache life-time boundaries for cached objects
type Age struct {
// Min adds a minimum age for the cache responses.
// This will avoid cases where a single client with high request rate and no cache control headers might effectively disable the cache
Expand Down

0 comments on commit 5cb52c3

Please sign in to comment.