changed so that 10 samples per second are sent

This commit is contained in:
Joakim Kilby
2015-06-18 10:45:36 +02:00
parent b723751c1b
commit 8f1f2dafa9
+2 -2
View File
@@ -573,8 +573,8 @@ namespace openspace {
//send message
send(_clientSocket, buffer.data(), buffer.size(), 0);
//200 ms sleep
std::this_thread::sleep_for(std::chrono::milliseconds(200));
//100 ms sleep
std::this_thread::sleep_for(std::chrono::milliseconds(100));
}
}