This commit is contained in:
Giuliano Paschoalino 2025-11-25 17:11:56 -03:00
commit 9cb645e961
2 changed files with 1 additions and 7 deletions

View File

@ -259,12 +259,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)
{

View File

@ -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)
{