From e93d99e5b972534c27dbd5bae4967b054199a825 Mon Sep 17 00:00:00 2001 From: Giuliano Paschoalino Date: Tue, 25 Nov 2025 16:48:13 -0300 Subject: [PATCH] =?UTF-8?q?Reduzir=20o=20limite=20de=20permiss=C3=A3o=20do?= =?UTF-8?q?=20limitador=20de=20taxa=20para=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Download Faturas/Fatura.cs | 6 ------ Webhook 4docs/Program.cs | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Download Faturas/Fatura.cs b/Download Faturas/Fatura.cs index 782bbfa..36731bd 100644 --- a/Download Faturas/Fatura.cs +++ b/Download Faturas/Fatura.cs @@ -260,12 +260,6 @@ string? kind_P = string.Empty; string? kind_FP = string.Empty; - if (this.id == "2356193") - { - int i = 0; - i++; - } - List<(string, float)> insertOthers = new List<(string, float)>(); foreach (Item item in parsedResult.items) { diff --git a/Webhook 4docs/Program.cs b/Webhook 4docs/Program.cs index b4e704e..f5e5425 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) {