mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
As per http://wiki.secondlife.com/wiki/Limits Prim description should be 128 bytes (127 + null terminator)
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
@@ -51,7 +51,7 @@ namespace OpenSim.Framework
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public static readonly int MAX_ASSET_NAME = 64;
|
||||
public static readonly int MAX_ASSET_DESC = 64;
|
||||
public static readonly int MAX_ASSET_DESC = 128;
|
||||
|
||||
/// <summary>
|
||||
/// Data of the Asset
|
||||
|
||||
Reference in New Issue
Block a user