mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-17 04:52:06 +00:00
Fix missed expansion of the option
This commit is contained in:
parent
87198bd4e7
commit
21d7f16413
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue