[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp
Jan Holesovsky
kendy at collabora.com
Thu Oct 5 14:21:32 UTC 2017
wsd/LOOLWSD.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c0fcd071d74c5c693f055c0bebd14404168f49b8
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>
(cherry picked from commit 2d2398aa06c66d0a79178becf90b28fdcc20bdfd)
Reviewed-on: https://gerrit.libreoffice.org/43171
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 3d41d0c9..f6537efc 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -637,8 +637,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