diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-07-20 01:55:50 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-07-20 02:04:33 +0300 |
commit | 33e0766ee08cccb480675a75d83b3a6e78849906 (patch) | |
tree | cb67b70297415d293b2a9ed81165a984c7fe1f07 /indra/llmessage | |
parent | 71e7c7c705434b8290d802b46c92c0eb808dd2f1 (diff) |
SL-19948 Update estate manager and ban list limits to match new values from simulator
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llregionflags.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llmessage/llregionflags.h b/indra/llmessage/llregionflags.h index 8548ed51e7..464bf05250 100644 --- a/indra/llmessage/llregionflags.h +++ b/indra/llmessage/llregionflags.h @@ -171,8 +171,9 @@ const U32 ESTATE_ACCESS_MANAGER_REMOVE = 1U << 9; const U32 ESTATE_ACCESS_NO_REPLY = 1U << 10; const U32 ESTATE_ACCESS_FAILED_BAN_ESTATE_MANAGER = 1U << 11; -const S32 ESTATE_MAX_MANAGERS = 15; -const S32 ESTATE_MAX_ACCESS_IDS = 500; // max for access, banned +const S32 ESTATE_MAX_MANAGERS = 20; +const S32 ESTATE_MAX_ACCESS_IDS = 500; // max for access +const S32 ESTATE_MAX_BANNED_IDS = 750; // max for banned const S32 ESTATE_MAX_GROUP_IDS = (S32) ESTATE_ACCESS_MAX_ENTRIES_PER_PACKET; // 'Sim Wide Delete' flags |