wsd/LOOLWSD.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 2d2398aa06c66d0a79178becf90b28fdcc20bdfd 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> 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" }, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits