diff options
author | thlo <smarttv640@gmail.com> | 2014-01-07 21:05:48 +0100 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2014-01-07 21:05:48 +0100 |
commit | 928c9f9f2093822d57c28ab04fef8ed73968f834 (patch) | |
tree | 835155e2def5f58bd1d5afe2500b5d56bf613a8f /smarttvfactory.c | |
parent | 20ceec13a583bfa37953280c26eb643725194944 (diff) | |
download | vdr-plugin-smarttvweb-928c9f9f2093822d57c28ab04fef8ed73968f834.tar.gz vdr-plugin-smarttvweb-928c9f9f2093822d57c28ab04fef8ed73968f834.tar.bz2 |
High CPU Load Fix.
Diffstat (limited to 'smarttvfactory.c')
-rwxr-xr-x | smarttvfactory.c | 2 |
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; |