优化优先级策略在各集群中的使用

This commit is contained in:
Yun
2025-07-25 22:58:45 +08:00
parent 2a7092ab0a
commit 2fa0430403
4 changed files with 65 additions and 144 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
type Options struct {
updateInterval time.Duration // 更新间隔
expireTime time.Duration
expireTime time.Duration // 有效时间
logger logger.Logger
}