mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
* Apply a modified version of the part of http://opensimulator.org/mantis/view.php?id=2361 that allows region registration to be enabled/disabled on the grid server
* Region registration is enabled by default in the configuration unless the user chooses otherwise * On the console * show status - shows grid status * enable-reg - enables region registration to the grid * disable-reg - disables region registration * Enabling or disabling region registration will not affect any other grid functions or regions already on the grid
This commit is contained in:
@@ -36,7 +36,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
private static readonly PacketPool instance = new PacketPool();
|
||||
|
||||
private const bool packetPoolEnabled = false;
|
||||
private bool packetPoolEnabled = false;
|
||||
|
||||
private readonly Dictionary<PacketType, Stack<Packet>> pool = new Dictionary<PacketType, Stack<Packet>>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user