mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-02-17 00:09:49 +00:00
increase default attachment size to 25 MB
This commit is contained in:
parent
4d261df3a3
commit
0d99046a0b
@ -69,7 +69,7 @@ internal static class Config
|
||||
|
||||
public static int ProductCodeLookupHistoryThrottle => config.GetValue(nameof(ProductCodeLookupHistoryThrottle), 7);
|
||||
public static int TopLimit => config.GetValue(nameof(TopLimit), 15);
|
||||
public static int AttachmentSizeLimit => config.GetValue(nameof(AttachmentSizeLimit), 8 * 1024 * 1024);
|
||||
public static int AttachmentSizeLimit => config.GetValue(nameof(AttachmentSizeLimit), 25 * 1024 * 1024);
|
||||
public static int LogSizeLimit => config.GetValue(nameof(LogSizeLimit), 64 * 1024 * 1024);
|
||||
public static int MinimumBufferSize => config.GetValue(nameof(MinimumBufferSize), 512);
|
||||
public static int MessageCacheSize => config.GetValue(nameof(MessageCacheSize), 1024);
|
||||
|
Loading…
x
Reference in New Issue
Block a user