reduce ping cliping lower limit
parent
538a95ff1e
commit
0ae8fed4c2
|
@ -170,8 +170,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (m_pingMS < 20)
|
if (m_pingMS < 10)
|
||||||
return 20;
|
return 10;
|
||||||
if(m_pingMS > 2000)
|
if(m_pingMS > 2000)
|
||||||
return 2000;
|
return 2000;
|
||||||
return m_pingMS;
|
return m_pingMS;
|
||||||
|
|
Loading…
Reference in New Issue