From fe38e0e1e67c64bc7d91a5ac20c5bf05d4282928 Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Tue, 13 Dec 2016 19:20:05 -0500 Subject: loolwsd: per-socket dedicated sending thread To avoid degrading performance for everyone because of a single slow/bad connection, we send data to clients each in its own thread. Change-Id: I6f980c25a404c4d05bcdb1979849ea3d2776c7b9 Reviewed-on: https://gerrit.libreoffice.org/31984 Reviewed-by: Ashod Nakashian Tested-by: Ashod Nakashian --- test/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 9a6d7154a9..992830ec08 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -37,7 +37,6 @@ wsd_sources = \ ../common/Session.cpp \ ../common/MessageQueue.cpp \ ../kit/Kit.cpp \ - ../wsd/SenderQueue.cpp \ ../wsd/TileCache.cpp \ ../common/Unit.cpp \ ../common/Util.cpp -- cgit