summaryrefslogtreecommitdiffstats
path: root/loolwsd.xml.in
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2020-02-20 02:24:20 +0100
committerMichael Meeks <michael.meeks@collabora.com>2020-02-20 04:59:07 +0100
commitdff1d32624f9794d6a169d817cc583ea41fe0c4f (patch)
tree3a6e37e453ce14e9199df9cc6c2f0b625af78fef /loolwsd.xml.in
parentcypress: Always search for an available port number. (diff)
downloadonline-dff1d32624f9794d6a169d817cc583ea41fe0c4f.tar.gz
online-dff1d32624f9794d6a169d817cc583ea41fe0c4f.zip
Default redlining_as_comments config to false
For better performance, many comment boxes reduce performance in browser. Change-Id: If041c3d147ee7512d90f41a4a1bfe7a1ff8646a9 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89065 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'loolwsd.xml.in')
-rw-r--r--loolwsd.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index 69ab6e934a..6705f37ce0 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -16,7 +16,7 @@
<per_document desc="Document-specific settings, including LO Core settings.">
<max_concurrency desc="The maximum number of threads to use while processing a document." type="uint" default="4">4</max_concurrency>
<document_signing_url desc="The endpoint URL of signing server, if empty the document signing is disabled" type="string" default="@VEREIGN_URL@">@VEREIGN_URL@</document_signing_url>
- <redlining_as_comments desc="If true show red-lines as comments" type="bool" default="true">true</redlining_as_comments>
+ <redlining_as_comments desc="If true show red-lines as comments" type="bool" default="false">false</redlining_as_comments>
<idle_timeout_secs desc="The maximum number of seconds before unloading an idle document. Defaults to 1 hour." type="uint" default="3600">3600</idle_timeout_secs>
<!-- Idle save and auto save are checked every 30 seconds -->
<!-- They are disabled when the value is zero or negative. -->