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.ProcessRequestBodyBy(onHttpRequestBody),
|
||||
wrapper.ProcessResponseHeadersBy(onHttpResponseHeaders),
|
||||
wrapper.ProcessResponseBodyBy(onHttpResponseBody),
|
||||
wrapper.WithRebuildAfterRequests[TransformerConfig](1000),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user