mirror of
https://github.com/alibaba/higress.git
synced 2026-05-25 21:28:17 +08:00
add wrapper.WithRebuildMaxMemBytes(200MB) to ai-statistics&ai-proxy
This commit is contained in:
@@ -102,6 +102,7 @@ func init() {
|
||||
wrapper.ProcessStreamingResponseBody(onStreamingResponseBody),
|
||||
wrapper.ProcessResponseBody(onHttpResponseBody),
|
||||
wrapper.WithRebuildAfterRequests[config.PluginConfig](1000),
|
||||
wrapper.WithRebuildMaxMemBytes[config.PluginConfig](200*1024*1024),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user