mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 20:57:32 +08:00
fix RegisteTickFunc (#2787)
This commit is contained in:
@@ -52,7 +52,7 @@ func parseConfig(json gjson.Result, config *PluginConfig, log log.Log) error {
|
||||
return err
|
||||
}
|
||||
|
||||
wrapper.RegisteTickFunc(opts.VerifierInterval.Milliseconds(), func() {
|
||||
wrapper.RegisterTickFunc(opts.VerifierInterval.Milliseconds(), func() {
|
||||
config.oidcHandler.SetVerifier(opts)
|
||||
})
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user