configs: disable channelstream by default

This commit is contained in:
Marcin Lulek 2016-08-12 15:53:23 +02:00
parent e9f425c992
commit c9537b89c1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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