As per http://wiki.secondlife.com/wiki/Limits Prim description should be 128 bytes (127 + null terminator)

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
inv-download
Cinder 2015-03-03 20:12:16 -07:00 committed by BlueWall
parent 53100b93c7
commit 7913417683
1 changed files with 1 additions and 1 deletions

View File

@ -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