summaryrefslogtreecommitdiff
path: root/constants.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-05-24 01:42:04 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-05-24 01:42:04 -0400
commitb2655260fa139af114e96d6dcf1dcc35e80a7efb (patch)
tree8c9db251726147ef122bc60ef9f1c631ca372178 /constants.hpp
parenta1c7d14efa0960e1339b62a7221985e8fb6cecd2 (diff)
downloadabaddon-portaudio-b2655260fa139af114e96d6dcf1dcc35e80a7efb.tar.gz
abaddon-portaudio-b2655260fa139af114e96d6dcf1dcc35e80a7efb.zip
pull out chat list into a separate component
Diffstat (limited to 'constants.hpp')
-rw-r--r--constants.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/constants.hpp b/constants.hpp
new file mode 100644
index 0000000..6c6276f
--- /dev/null
+++ b/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