mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
inline out
This commit is contained in:
@ -52,8 +52,7 @@ namespace Bit.Api.Middleware
|
||||
base.LogBlockedRequest(httpContext, identity, counter, rule);
|
||||
var key = $"blockedIp_{identity.ClientIp}";
|
||||
|
||||
int blockedCount;
|
||||
_memoryCache.TryGetValue(key, out blockedCount);
|
||||
_memoryCache.TryGetValue(key, out int blockedCount);
|
||||
|
||||
blockedCount++;
|
||||
if(blockedCount > 10)
|
||||
|
Reference in New Issue
Block a user