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

@@ -26,7 +26,6 @@ func init() {
wrapper.ParseConfig(parseConfig),
wrapper.ProcessRequestHeaders(onHttpRequestHeaders),
wrapper.ProcessRequestBody(onHttpRequestBody),
wrapper.WithRebuildAfterRequests[Config](1000),
wrapper.WithRebuildMaxMemBytes[Config](200*1024*1024),
)
}