mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
reduce ping cliping lower limit
This commit is contained in:
@@ -170,8 +170,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
get
|
||||
{
|
||||
if (m_pingMS < 20)
|
||||
return 20;
|
||||
if (m_pingMS < 10)
|
||||
return 10;
|
||||
if(m_pingMS > 2000)
|
||||
return 2000;
|
||||
return m_pingMS;
|
||||
|
||||
Reference in New Issue
Block a user