configs: disable channelstream by default
This commit is contained in:
parent
e9f425c992
commit
c9537b89c1
2 changed files with 2 additions and 2 deletions
|
|
@ -414,7 +414,7 @@ search.location = %(here)s/data/index
|
|||
## channelstream enables persistent connections and live notification
|
||||
## in the system. It's also used by the chat system
|
||||
|
||||
channelstream.enabled = true
|
||||
channelstream.enabled = false
|
||||
## location of channelstream server on the backend
|
||||
channelstream.server = 127.0.0.1:9800
|
||||
## location of the channelstream server from outside world
|
||||
|
|
|
|||
|
|
@ -388,7 +388,7 @@ search.location = %(here)s/data/index
|
|||
## channelstream enables persistent connections and live notification
|
||||
## in the system. It's also used by the chat system
|
||||
|
||||
channelstream.enabled = true
|
||||
channelstream.enabled = false
|
||||
## location of channelstream server on the backend
|
||||
channelstream.server = 127.0.0.1:9800
|
||||
## location of the channelstream server from outside world
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue