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

Cleanup

parent eab46e4f
No related branches found
No related tags found
No related merge requests found
......@@ -64,10 +64,10 @@
#include "llcoros.h"
#include LLCOROS_MUTEX_HEADER
const U32 MESSAGE_MAX_STRINGS_LENGTH = 64;
const U32 MESSAGE_NUMBER_OF_HASH_BUCKETS = 8192;
constexpr U32 MESSAGE_MAX_STRINGS_LENGTH = 64;
constexpr U32 MESSAGE_NUMBER_OF_HASH_BUCKETS = 8192;
const S32 MESSAGE_MAX_PER_FRAME = 500;
constexpr S32 MESSAGE_MAX_PER_FRAME = 400;
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