mirror of
https://github.com/bitwarden/server.git
synced 2024-12-03 14:03:33 +01:00
change ip block to 4 hours
This commit is contained in:
parent
54de2db9af
commit
e9a36d6cbe
@ -29,7 +29,7 @@ namespace Bit.Core.Services
|
|||||||
|
|
||||||
if(!permanentBlock)
|
if(!permanentBlock)
|
||||||
{
|
{
|
||||||
await _unblockIpQueue.AddMessageAsync(message, null, new TimeSpan(12, 0, 0), null, null);
|
await _unblockIpQueue.AddMessageAsync(message, null, new TimeSpan(4, 0, 0), null, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user