wsd/LOOLWSD.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c0fcd071d74c5c693f055c0bebd14404168f49b8
Author: Jan Holesovsky <ke...@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.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>
    (cherry picked from commit 2d2398aa06c66d0a79178becf90b28fdcc20bdfd)
    Reviewed-on: https://gerrit.libreoffice.org/43171
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@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" },
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to