Skip to content
Snippets Groups Projects
Commit 6bc62de8 authored by Rye Mutt's avatar Rye Mutt :bread: Committed by RobotRoss
Browse files

Increase max udp messages per frame to 500

parent e254e6f4
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
const U32 MESSAGE_MAX_STRINGS_LENGTH = 64; const U32 MESSAGE_MAX_STRINGS_LENGTH = 64;
const U32 MESSAGE_NUMBER_OF_HASH_BUCKETS = 8192; const U32 MESSAGE_NUMBER_OF_HASH_BUCKETS = 8192;
const S32 MESSAGE_MAX_PER_FRAME = 400; const S32 MESSAGE_MAX_PER_FRAME = 500;
class LLMessageStringTable final : public LLSingleton<LLMessageStringTable> class LLMessageStringTable final : public LLSingleton<LLMessageStringTable>
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment