mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
do hide hidden groups on profile
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user