mirror of
https://github.com/QuasarApp/SoundBand.git
synced 2025-04-26 07:14:31 +00:00
new value for limit ping
This commit is contained in:
parent
77c4fa3c14
commit
deada49ea8
@ -114,7 +114,7 @@ bool ETcpSocket::_driverResponse(const SyncPackage& from) {
|
||||
|
||||
auto ping = from.getPing();
|
||||
|
||||
if (ping > 2) {
|
||||
if (ping > 10) {
|
||||
sync();
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user