new value for limit ping

This commit is contained in:
Andrei Yankovich 2018-08-16 22:23:40 +03:00
parent 77c4fa3c14
commit deada49ea8

View File

@ -114,7 +114,7 @@ bool ETcpSocket::_driverResponse(const SyncPackage& from) {
auto ping = from.getPing();
if (ping > 2) {
if (ping > 10) {
sync();
return false;
}