[Libreoffice-commits] online.git: loolwsd/DocumentBroker.cpp

Pranav Kant pranavk at collabora.co.uk
Thu Nov 10 11:01:21 UTC 2016


 loolwsd/DocumentBroker.cpp |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit b1cec28cc33bb453e509be41fc6a9f03d2a686ac
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Thu Nov 10 16:30:17 2016 +0530

    This was only meant for debugging.
    
    Change-Id: Ia31847ab45c1aa18b5d9d4187ac552d7486331e7

diff --git a/loolwsd/DocumentBroker.cpp b/loolwsd/DocumentBroker.cpp
index 295e07c..edc453e 100644
--- a/loolwsd/DocumentBroker.cpp
+++ b/loolwsd/DocumentBroker.cpp
@@ -917,8 +917,6 @@ void DocumentBroker::terminateChild(std::unique_lock<std::mutex>& lock, const st
         pair.second->shutdown(Poco::Net::WebSocket::WS_ENDPOINT_GOING_AWAY, closeReason);
     }
 
-    std::this_thread::sleep_for (std::chrono::seconds(5));
-
     // First flag to stop as it might be waiting on our lock
     // to process some incoming message.
     _childProcess->stop();


More information about the Libreoffice-commits mailing list