summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-12-13 19:20:05 -0500
committerAshod Nakashian <ashnakash@gmail.com>2016-12-14 04:21:20 +0000
commitfe38e0e1e67c64bc7d91a5ac20c5bf05d4282928 (patch)
tree3d503d27a89cdf3dcbd6a3382893b30d7b660989 /test/Makefile.am
parentloolwsd: simplify checking for closed socket (diff)
downloadonline-fe38e0e1e67c64bc7d91a5ac20c5bf05d4282928.tar.gz
online-fe38e0e1e67c64bc7d91a5ac20c5bf05d4282928.zip
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 <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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