Skip to content

Commit

Permalink
Increase message timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Oct 4, 2024
1 parent bc940fb commit 7740873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/internal/oasparser/envoyconf/http_filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ func getExtProcessHTTPFilter() *hcmv3.HttpFilter {
},
RequestAttributes: []string{"xds.route_metadata"},
ResponseAttributes: []string{"xds.route_metadata"},
MessageTimeout: durationpb.New(conf.Envoy.EnforcerResponseTimeoutInSeconds * time.Second),
}
ext, err2 := anypb.New(externalProcessor)
if err2 != nil {
Expand Down

0 comments on commit 7740873

Please sign in to comment.