Skip to content

Commit 0649d87

Browse files
authored
feat: increase timeout for inferencepool extproc (envoyproxy#1251)
**Description** This PR increased timeout from 5s for inferencepool extproc, preventing timeout from LLM Signed-off-by: bitliu <[email protected]>
1 parent a0fae87 commit 0649d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/extensionserver/inferencepool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func buildHTTPFilterForInferencePool(pool *gwaiev1a2.InferencePool) *extprocv3.E
310310
ResponseTrailerMode: extprocv3.ProcessingMode_SEND,
311311
},
312312
AllowModeOverride: allowModeOverride,
313-
MessageTimeout: durationpb.New(5 * time.Second),
313+
MessageTimeout: durationpb.New(300 * time.Second),
314314
FailureModeAllow: false,
315315
}
316316
}

0 commit comments

Comments
 (0)