mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 11:28:40 +08:00
【修改】配置文件参数说明
This commit is contained in:
@@ -36,6 +36,6 @@ type Tls struct {
|
||||
}
|
||||
|
||||
type Rate struct {
|
||||
IsRate bool `yaml:"is-rate"` // 是否限流
|
||||
Enable bool `yaml:"enable"` // 是否限流
|
||||
RateNum float64 `yaml:"rate-num"` // 限流数量
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user