diff --git a/src/input/input_balancer.cpp b/src/input/input_balancer.cpp index 448e6eff..36db5709 100644 --- a/src/input/input_balancer.cpp +++ b/src/input/input_balancer.cpp @@ -140,6 +140,9 @@ namespace Mist{ startTime = 0; // note success break; // break out of while loop } + }else{ + //Prevent 100% CPU usage if the response is slow + Util::sleep(25); } } if (startTime){