From c9537b89c182cf3e0a539b9f9215ae4d46317b80 Mon Sep 17 00:00:00 2001 From: Marcin Lulek Date: Fri, 12 Aug 2016 15:53:23 +0200 Subject: [PATCH] configs: disable channelstream by default --- configs/development.ini | 2 +- configs/production.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/development.ini b/configs/development.ini index e1d33cd9..25f4903f 100644 --- 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 index 59b8a8c4..82a028ff 100644 --- 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