Skip to content

Commit

Permalink
remove timoeut in envoy
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Aug 21, 2023
1 parent 5ba6130 commit b8c681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/pkg/envoy/resources/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const (
SeldonRouteSeparator = ":" // Tried % but this seemed to break envoy matching. Maybe % is a special character or connected to regexp. A bug?
SeldonModelHeaderSuffix = "model"
SeldonPipelineHeaderSuffix = "pipeline"
DefaultRouteTimeoutSecs = 60 //TODO allow configurable override
DefaultRouteTimeoutSecs = 0 //TODO allow configurable override
ExternalHeaderPrefix = "x-"
DefaultRouteConfigurationName = "listener_0"
MirrorRouteConfigurationName = "listener_1"
Expand Down

0 comments on commit b8c681c

Please sign in to comment.