diff --git a/TPP.Core/Chat/TwitchChatQueue.cs b/TPP.Core/Chat/TwitchChatQueue.cs index 637281c1..8951c93a 100644 --- a/TPP.Core/Chat/TwitchChatQueue.cs +++ b/TPP.Core/Chat/TwitchChatQueue.cs @@ -44,7 +44,7 @@ public TwitchChatQueue( ILogger logger, string senderUserId, TwitchApi twitchApi, - int maxQueueLength = 100, + int maxQueueLength = 1000, Duration? sleepDuration = null) { _logger = logger;