fix(wasm): remove request-count rebuild triggers (#3923)

Signed-off-by: johnlanni <zty98751@alibaba-inc.com>
This commit is contained in:
澄潭
2026-06-05 10:57:24 +08:00
committed by GitHub
parent 29b5a533e6
commit d888ab23de
7 changed files with 0 additions and 7 deletions

View File

@@ -111,7 +111,6 @@ func init() {
wrapper.ProcessResponseHeaders(onHttpResponseHeaders),
wrapper.ProcessStreamingResponseBody(onStreamingResponseBody),
wrapper.ProcessResponseBody(onHttpResponseBody),
wrapper.WithRebuildAfterRequests[config.PluginConfig](1000),
wrapper.WithRebuildMaxMemBytes[config.PluginConfig](200*1024*1024),
)
}