mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
add RebuildAfterRequests config for some plugins
This commit is contained in:
@@ -97,6 +97,7 @@ func init() {
|
||||
wrapper.ProcessResponseHeaders(onHttpResponseHeaders),
|
||||
wrapper.ProcessStreamingResponseBody(onStreamingResponseBody),
|
||||
wrapper.ProcessResponseBody(onHttpResponseBody),
|
||||
wrapper.WithRebuildAfterRequests[config.PluginConfig](1000),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user