Skip to content

Commit

Permalink
beatlabs#128 trigger the build
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 5cb52c3 commit 7499a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/http/cache_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type RouteCache struct {

// Age defines the route cache life-time boundaries for cached objects
type Age struct {
// Min adds a minimum age for the cache responses.
// Min adds a minimum age threshold for the client controlled cache responses.
// This will avoid cases where a single client with high request rate and no cache control headers might effectively disable the cache
// This means that if this parameter is missing (e.g. is equal to '0' , the cache can effectively be made obsolete in the above scenario)
Min time.Duration
Expand Down

0 comments on commit 7499a8b

Please sign in to comment.