only send up top 20 pre sorted profile picks to viewers

This commit is contained in:
UbitUmarov
2025-03-14 02:08:11 +00:00
parent 1855be20fa
commit 75e9a49072
2 changed files with 24 additions and 8 deletions

View File

@@ -37,6 +37,9 @@ namespace OpenSim.Framework
public const int MaxEstateAccessIds = 500;
public const int MaxEstateManagers = 20;
public const int MaxProfilePicks = 20;
// 'RegionSize' is the legacy region size.
// DO NOT USE THIS FOR ANY NEW CODE. Use Scene.RegionInfo.RegionSize[XYZ] as a region might not
// be the legacy region size.