We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ab3bc8 + d109468 commit 8aa16eaCopy full SHA for 8aa16ea
src/Infrastructure/BotSharp.Abstraction/Conversations/Settings/RateLimitSetting.cs
@@ -3,6 +3,6 @@ namespace BotSharp.Abstraction.Conversations.Settings;
3
public class RateLimitSetting
4
{
5
public int MaxConversationPerDay { get; set; } = 100;
6
- public int MaxInputLengthPerRequest { get; set; } = 256;
+ public int MaxInputLengthPerRequest { get; set; } = 512;
7
public int MinTimeSecondsBetweenMessages { get; set; } = 2;
8
}
0 commit comments