Propagate DcUpdateEach setting

This commit is contained in:
9seconds
2026-02-16 15:07:56 +01:00
parent 836a481026
commit 308e372a5d
9 changed files with 22 additions and 12 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ type tomlConfig struct {
DCOverrides []struct {
DC int `toml:"dc" json:"dc"`
IPs []string `toml:"ips" json:"ips"`
}
} `toml:"dc-overrides" json:"dcOverrides,omitempty"`
DCUpdateEach string `toml:"dc-update-each" json:"dcUpdateEach,omitempty"`
}
func Parse(rawData []byte) (*Config, error) {