mirror of
https://github.com/alibaba/higress.git
synced 2026-03-19 09:47:25 +08:00
remove rebuild logic in ai-proxy&ai-statistics
This commit is contained in:
@@ -97,7 +97,6 @@ func init() {
|
||||
wrapper.ProcessResponseHeaders(onHttpResponseHeaders),
|
||||
wrapper.ProcessStreamingResponseBody(onStreamingResponseBody),
|
||||
wrapper.ProcessResponseBody(onHttpResponseBody),
|
||||
wrapper.WithRebuildAfterRequests[config.PluginConfig](1000),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@ func init() {
|
||||
wrapper.ProcessResponseHeaders(onHttpResponseHeaders),
|
||||
wrapper.ProcessStreamingResponseBody(onHttpStreamingBody),
|
||||
wrapper.ProcessResponseBody(onHttpResponseBody),
|
||||
wrapper.WithRebuildAfterRequests[AIStatisticsConfig](1000),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user