do hide hidden groups on profile

This commit is contained in:
UbitUmarov
2020-03-30 18:18:36 +01:00
parent 2e66f8dbdf
commit ef49ac7049
2 changed files with 4 additions and 1 deletions

View File

@@ -417,7 +417,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (config != null)
{
m_recvBufferSize = config.GetInt("client_socket_rcvbuf_size", 0);
sceneThrottleBps = config.GetInt("scene_throttle_max_bps", 0);
sceneThrottleBps = config.GetInt("scene_throttle_max_bps", 6250000);
TextureSendLimit = config.GetInt("TextureSendLimit", 20);