# HG changeset patch # User Marcin Lulek # Date 2016-08-12 13:53:23 # Node ID e0f9821440d8ac457ef2e70c096705589d7fb272 # Parent ff47d5b46fa42a00cdab4aeb4294c30a691794c2 configs: disable channelstream by default diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -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 diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -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