[Libreoffice-commits] online.git: loolwsd/LOOLWSD.cpp
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Sat May 21 03:19:45 UTC 2016
loolwsd/LOOLWSD.cpp | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f3a1e6e81e8419f42ef039f8ecd7eba332908d2d
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>
diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index bea8637..a6fc20b 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -1060,6 +1060,8 @@ public:
Admin::instance().rmDoc(docKey, sessionId);
}
+ // Replenish.
+ prespawnChildren();
Log::debug("Thread finished.");
}
};
More information about the Libreoffice-commits
mailing list