Przeglądaj źródła

Unnecessary waiting

Mihawk 12 lat temu
rodzic
commit
eba14b39da
1 zmienionych plików z 0 dodań i 1 usunięć
  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;
 }