From 928c9f9f2093822d57c28ab04fef8ed73968f834 Mon Sep 17 00:00:00 2001 From: thlo Date: Tue, 7 Jan 2014 21:05:48 +0100 Subject: High CPU Load Fix. --- smarttvfactory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smarttvfactory.c') 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; -- cgit v1.2.3