mirror of
https://github.com/bitwarden/server.git
synced 2025-04-13 00:58:13 -05:00
block ip for 2 hours
This commit is contained in:
parent
a17003b302
commit
9e03124b9b
@ -29,7 +29,7 @@ namespace Bit.Core.Services
|
|||||||
|
|
||||||
if(!permanentBlock)
|
if(!permanentBlock)
|
||||||
{
|
{
|
||||||
await _unblockIpQueue.AddMessageAsync(message, null, new TimeSpan(4, 0, 0), null, null);
|
await _unblockIpQueue.AddMessageAsync(message, null, new TimeSpan(2, 0, 0), null, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user