Explorar o código

Unnecessary waiting

Mihawk %!s(int64=12) %!d(string=hai) anos
pai
achega
eba14b39da
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      ServerQuery.cpp

+ 0 - 1
ServerQuery.cpp

@@ -78,7 +78,6 @@ bool ServerQuery::query()
     myActiveFlag = false;
     return false;
   }
-  mySocket->waitForBytesWritten(300);
   myPingTime.restart();
   return true;
 }