summaryrefslogtreecommitdiff
path: root/smarttvfactory.c
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2014-01-07 21:05:48 +0100
committerthlo <smarttv640@gmail.com>2014-01-07 21:05:48 +0100
commit928c9f9f2093822d57c28ab04fef8ed73968f834 (patch)
tree835155e2def5f58bd1d5afe2500b5d56bf613a8f /smarttvfactory.c
parent20ceec13a583bfa37953280c26eb643725194944 (diff)
downloadvdr-plugin-smarttvweb-928c9f9f2093822d57c28ab04fef8ed73968f834.tar.gz
vdr-plugin-smarttvweb-928c9f9f2093822d57c28ab04fef8ed73968f834.tar.bz2
High CPU Load Fix.
Diffstat (limited to 'smarttvfactory.c')
-rwxr-xr-xsmarttvfactory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smarttvfactory.c b/smarttvfactory.c
index 75e8da4..0478649 100755
--- a/smarttvfactory.c
+++ b/smarttvfactory.c
@@ -513,7 +513,7 @@ void SmartTvServer::acceptHttpResource(int &req_id) {
#endif
FD_SET(rfd, &mReadState);
- FD_SET(rfd, &mWriteState);
+ //FD_SET(rfd, &mWriteState);
if (rfd > mMaxFd) {
mMaxFd = rfd;