Merge branch 'master' of http://192.168.10.248:3000/Smart/faturas_4docs
This commit is contained in:
commit
9cb645e961
@ -259,12 +259,6 @@
|
|||||||
string? kind_P = string.Empty;
|
string? kind_P = string.Empty;
|
||||||
string? kind_FP = string.Empty;
|
string? kind_FP = string.Empty;
|
||||||
|
|
||||||
if (this.id == "2356193")
|
|
||||||
{
|
|
||||||
int i = 0;
|
|
||||||
i++;
|
|
||||||
}
|
|
||||||
|
|
||||||
List<(string, float)> insertOthers = new List<(string, float)>();
|
List<(string, float)> insertOthers = new List<(string, float)>();
|
||||||
foreach (Item item in parsedResult.items)
|
foreach (Item item in parsedResult.items)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -15,7 +15,7 @@ namespace Webhook_4docs
|
|||||||
{
|
{
|
||||||
private static readonly RateLimiter connRateLimiter = new ConcurrencyLimiter(new ConcurrencyLimiterOptions
|
private static readonly RateLimiter connRateLimiter = new ConcurrencyLimiter(new ConcurrencyLimiterOptions
|
||||||
{
|
{
|
||||||
PermitLimit = 4
|
PermitLimit = 1
|
||||||
});
|
});
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user