diff options
Diffstat (limited to 'src/constants.hpp')
-rw-r--r-- | src/constants.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants.hpp b/src/constants.hpp new file mode 100644 index 0000000..6c6276f --- /dev/null +++ b/src/constants.hpp @@ -0,0 +1,4 @@ +#include <cstdint> + +constexpr static uint64_t SnowflakeSplitDifference = 600; +constexpr static int MaxMessagesForChatCull = 50; // this has to be 50 (for now) cuz that magic number is used in a couple other places and i dont feel like replacing them |