mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Renamed splitID in Scene and added comments on usage
This commit is contained in:
@@ -56,7 +56,14 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
public delegate void SynchronizeSceneHandler(Scene scene);
|
||||
public SynchronizeSceneHandler SynchronizeScene = null;
|
||||
public int splitID = 0;
|
||||
|
||||
/* Used by the loadbalancer plugin on GForge */
|
||||
protected int m_splitRegionID = 0;
|
||||
public int SplitRegionID
|
||||
{
|
||||
get { return m_splitRegionID; }
|
||||
set { m_splitRegionID = value; }
|
||||
}
|
||||
|
||||
private const long DEFAULT_MIN_TIME_FOR_PERSISTENCE = 60L;
|
||||
private const long DEFAULT_MAX_TIME_FOR_PERSISTENCE = 600L;
|
||||
|
||||
Reference in New Issue
Block a user