[Libreoffice-commits] online.git: loolwsd.xml.in
Andras Timar
andras.timar at collabora.com
Thu Sep 28 11:07:03 UTC 2017
loolwsd.xml.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7224a062e9d38ef00a4050fff0da89e4aa08123b
Author: Andras Timar <andras.timar at collabora.com>
Date: Thu Sep 28 13:06:37 2017 +0200
typo: documen->document
Change-Id: I5d51dada113e3f1b3db5104d6d1f3b70a9fe99e6
diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index 940c8567..30d3bc86 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -22,8 +22,8 @@
<limit_virt_mem_kb desc="The maximum virtual memory allowed to each document process. 0 for unlimited, 1700 min." type="uint">0</limit_virt_mem_kb>
<limit_data_mem_kb desc="The maximum memory data segment allowed to each document process. 0 for unlimited." type="uint">0</limit_data_mem_kb>
<limit_stack_mem_kb desc="The maximum stack size allowed to each document process. 0 for unlimited." type="uint">8000</limit_stack_mem_kb>
- <limit_file_size_mb desc="The maximum file size allowed to each documen process to write. 0 for unlimited." type="uint">50</limit_file_size_mb>
- <limit_num_open_files desc="The maximum number of files allowed to each documen process to open. 0 for unlimited." type="uint">1024</limit_num_open_files>
+ <limit_file_size_mb desc="The maximum file size allowed to each document process to write. 0 for unlimited." type="uint">50</limit_file_size_mb>
+ <limit_num_open_files desc="The maximum number of files allowed to each document process to open. 0 for unlimited." type="uint">1024</limit_num_open_files>
</per_document>
<per_view desc="View-specific settings.">
More information about the Libreoffice-commits
mailing list