mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 20:57:32 +08:00
add rebuild logic for ai-cache (#3185)
This commit is contained in:
@@ -38,6 +38,7 @@ func init() {
|
||||
wrapper.ProcessRequestBodyBy(onHttpRequestBody),
|
||||
wrapper.ProcessResponseHeadersBy(onHttpResponseHeaders),
|
||||
wrapper.ProcessStreamingResponseBodyBy(onHttpResponseBody),
|
||||
wrapper.WithRebuildAfterRequests[config.PluginConfig](1000),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user