mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Implemented ChildAgentDataUpdate throttle multiplier based on an inaccurate count of neighbors.
* The neighbor count is always lower then the actual number of neighbors unless your region was up the longest. * The region you're in is un-affected by this, though, you'll get less packet loss, maybe not get logged off immediately when you log in, and possibly see more prim if your internet connection is semi-unreliable.
This commit is contained in:
@@ -361,6 +361,13 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
if (regionAccepted)
|
||||
{
|
||||
m_log.Info("[INTERGRID]: Completed informing neighbors that I'm here");
|
||||
handlerRegionUp = OnRegionUp;
|
||||
|
||||
// yes, we're notifying ourselves.
|
||||
if (handlerRegionUp != null)
|
||||
handlerRegionUp(region);
|
||||
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user