summaryrefslogtreecommitdiff
path: root/constants.hpp
blob: 6c6276f74e016c3923d78112ade3b89998aac1e5 (plain)
1
2
3
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