mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
review fixes
This commit is contained in:
parent
2910eda737
commit
370255bec1
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue