mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 20:57:32 +08:00
add RebuildAfterRequests config for some plugins
This commit is contained in:
@@ -28,6 +28,7 @@ func init() {
|
||||
wrapper.ProcessResponseHeaders(onHttpResponseHeaders),
|
||||
wrapper.ProcessStreamingResponseBody(onHttpStreamingBody),
|
||||
wrapper.ProcessResponseBody(onHttpResponseBody),
|
||||
wrapper.WithRebuildAfterRequests[AIStatisticsConfig](1000),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user