[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - wsd/LOOLWSD.cpp
Jan Holesovsky
kendy at collabora.com
Thu Oct 5 14:18:32 UTC 2017
wsd/LOOLWSD.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2d2398aa06c66d0a79178becf90b28fdcc20bdfd
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Oct 5 16:12:10 2017 +0200
rlimits: Let's default to 0 when there's nothing in the config file too.
Change-Id: Ib99939a11d1e7cef112bf352b7c1dc6ac2d045c4
Reviewed-on: https://gerrit.libreoffice.org/43170
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 7b134862..e597a790 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -634,8 +634,8 @@ void LOOLWSD::initialize(Application& self)
{ "per_document.autosave_duration_secs", "300" },
{ "per_document.limit_virt_mem_mb", "0" },
{ "per_document.limit_stack_mem_kb", "8000" },
- { "per_document.limit_file_size_mb", "50" },
- { "per_document.limit_num_open_files", "1024" },
+ { "per_document.limit_file_size_mb", "0" },
+ { "per_document.limit_num_open_files", "0" },
{ "per_view.out_of_focus_timeout_secs", "60" },
{ "per_view.idle_timeout_secs", "900" },
{ "loleaflet_html", "loleaflet.html" },
More information about the Libreoffice-commits
mailing list