1
0
Fork 0
forked from External/ergo

Merge pull request #1036 from slingamn/account_persistence.3

last round of feature changes
This commit is contained in:
Shivaram Lingamneni 2020-05-20 04:58:57 -07:00 committed by GitHub
commit 06b2cb2efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 146 additions and 30 deletions

View file

@ -221,6 +221,7 @@ type MulticlientConfig struct {
Enabled bool
AllowedByDefault bool `yaml:"allowed-by-default"`
AlwaysOn PersistentStatus `yaml:"always-on"`
AutoAway PersistentStatus `yaml:"auto-away"`
}
type throttleConfig struct {