mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -46,8 +46,8 @@ namespace ArchiSteamFarm.IPC.Integration {
|
||||
private const byte MaxFailedAuthorizationAttempts = 5;
|
||||
|
||||
private static readonly SemaphoreSlim AuthorizationSemaphore = new(1, 1);
|
||||
private static readonly ConcurrentDictionary<IPAddress, byte> FailedAuthorizations = new();
|
||||
private static readonly Timer ClearFailedAuthorizationsTimer = new(ClearFailedAuthorizations);
|
||||
private static readonly ConcurrentDictionary<IPAddress, byte> FailedAuthorizations = new();
|
||||
|
||||
private readonly ForwardedHeadersOptions ForwardedHeadersOptions;
|
||||
private readonly RequestDelegate Next;
|
||||
|
||||
Reference in New Issue
Block a user