diff --git a/Webhook 4docs/Program.cs b/Webhook 4docs/Program.cs index 607e44b..1a274d9 100644 --- a/Webhook 4docs/Program.cs +++ b/Webhook 4docs/Program.cs @@ -15,7 +15,7 @@ namespace Webhook_4docs { private static readonly RateLimiter connRateLimiter = new ConcurrencyLimiter(new ConcurrencyLimiterOptions { - PermitLimit = 4 + PermitLimit = 1 }); public static void Main(string[] args) {