diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-07-25 00:26:04 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-07-25 00:26:04 -0400 |
commit | 8396d07d9e7c8a3b7d7942694bd82c433eda99b4 (patch) | |
tree | 9e2e4bb8cce0bf6f46e05d2b75e3969be424f675 /src/constants.hpp | |
parent | 59acd0f82f500d743ca4be7324f913903c8de237 (diff) | |
download | abaddon-portaudio-8396d07d9e7c8a3b7d7942694bd82c433eda99b4.tar.gz abaddon-portaudio-8396d07d9e7c8a3b7d7942694bd82c433eda99b4.zip |
try to align stuff a little better
Diffstat (limited to 'src/constants.hpp')
-rw-r--r-- | src/constants.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants.hpp b/src/constants.hpp index 14fa076..b1ef82b 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -1,8 +1,9 @@ +#pragma once #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 -constexpr static int AttachmentItemSize = 128; +constexpr static int AttachmentItemSize = 120; constexpr static int BaseAttachmentSizeLimit = 8 * 1024 * 1024; constexpr static int NitroClassicAttachmentSizeLimit = 50 * 1024 * 1024; constexpr static int NitroAttachmentSizeLimit = 100 * 1024 * 1024; |