mirror of
https://github.com/alibaba/higress.git
synced 2026-06-07 03:37:28 +08:00
fix(wasm): remove request-count rebuild triggers (#3923)
Signed-off-by: johnlanni <zty98751@alibaba-inc.com>
This commit is contained in:
@@ -39,7 +39,6 @@ func init() {
|
||||
wrapper.ProcessResponseHeaders(onHttpResponseHeaders),
|
||||
wrapper.ProcessStreamingResponseBody(onHttpStreamingBody),
|
||||
wrapper.ProcessResponseBody(onHttpResponseBody),
|
||||
wrapper.WithRebuildAfterRequests[AIStatisticsConfig](1000),
|
||||
wrapper.WithRebuildMaxMemBytes[AIStatisticsConfig](200*1024*1024),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user