Fix missed expansion of the option
This commit is contained in:
parent
87198bd4e7
commit
21d7f16413
|
@ -71,7 +71,7 @@ var defaults = {
|
||||||
"max-channels-per-user": 5,
|
"max-channels-per-user": 5,
|
||||||
"max-accounts-per-ip": 5,
|
"max-accounts-per-ip": 5,
|
||||||
"guest-login-delay": 60,
|
"guest-login-delay": 60,
|
||||||
"max-chat-msg-length": 320,
|
"max-chat-message-length": 320,
|
||||||
aliases: {
|
aliases: {
|
||||||
"purge-interval": 3600000,
|
"purge-interval": 3600000,
|
||||||
"max-age": 2592000000
|
"max-age": 2592000000
|
||||||
|
|
Loading…
Reference in a new issue