review fixes

This commit is contained in:
Shivaram Lingamneni 2019-02-06 15:47:20 -05:00
parent 2910eda737
commit 370255bec1
3 changed files with 3 additions and 3 deletions

View file

@ -795,7 +795,7 @@ func LoadConfig(filename string) (config *Config, err error) {
config.Channels.MaxChannelsPerClient = 100
}
if config.Channels.Registration.MaxChannelsPerAccount == 0 {
config.Channels.Registration.MaxChannelsPerAccount = 10
config.Channels.Registration.MaxChannelsPerAccount = 15
}
// in the current implementation, we disable history by creating a history buffer