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

New commits:
commit b1cec28cc33bb453e509be41fc6a9f03d2a686ac
Author: Pranav Kant <pran...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to