Reduzir o limite de permissão do limitador de taxa para 1
This commit is contained in:
parent
496ed11510
commit
e93d99e5b9
@ -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)
|
||||
{
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user