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.
1 parent 3ab3bc8 commit d109468Copy full SHA for d109468
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