[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loolwsd/LOOLWSD.cpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Sun May 29 16:09:02 UTC 2016


 loolwsd/LOOLWSD.cpp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 2d4b9d57c630780e91490cf1bb408724a62b8a11
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Thu May 19 20:28:54 2016 -0400

    loolwsd: replenish children on finishing a prisoner socket thread
    
    Change-Id: Id6b1a12439431819910f6c5c99cb630b48c87805
    Reviewed-on: https://gerrit.libreoffice.org/25234
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>
    (cherry picked from commit f3a1e6e81e8419f42ef039f8ecd7eba332908d2d)
    Reviewed-on: https://gerrit.libreoffice.org/25617

diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index c414c0f..db561d0 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -1051,6 +1051,8 @@ public:
             Admin::instance().rmDoc(docKey, sessionId);
         }
 
+        // Replenish.
+        prespawnChildren();
         Log::debug("Thread finished.");
     }
 };


More information about the Libreoffice-commits mailing list