[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

Aron Budea aron.budea at collabora.com
Thu Jan 25 05:23:08 UTC 2018


 wsd/LOOLWSD.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f2477816bef369e303b9160b04d16058914d5e2
Author: Aron Budea <aron.budea at collabora.com>
Date:   Wed Nov 8 17:39:18 2017 +0100

    wsd: increase preinit timeout 5-fold
    
    Change-Id: I08ab74498ef9396edba5311a7e31b75c5932bbd6
    Reviewed-on: https://gerrit.libreoffice.org/44495
    Reviewed-by: Aron Budea <aron.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at collabora.com>

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 88b6f805..ca0ca6a5 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -2721,7 +2721,7 @@ int LOOLWSD::innerMain()
         }
         else
         {
-            const auto timeoutMs = CHILD_TIMEOUT_MS * (LOOLWSD::NoCapsForKit ? 150 : 10);
+            const auto timeoutMs = CHILD_TIMEOUT_MS * (LOOLWSD::NoCapsForKit ? 150 : 50);
             const auto timeout = std::chrono::milliseconds(timeoutMs);
             LOG_TRC("Waiting for a new child for a max of " << timeoutMs << " ms.");
             if (!NewChildrenCV.wait_for(lock, timeout, []() { return !NewChildren.empty(); }))


More information about the Libreoffice-commits mailing list