mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
ip ban is for 30 minutes
This commit is contained in:
@ -29,7 +29,7 @@ namespace Bit.Core.Services
|
||||
|
||||
if(!permanentBlock)
|
||||
{
|
||||
await _unblockIpQueue.AddMessageAsync(message, null, new TimeSpan(2, 0, 0), null, null);
|
||||
await _unblockIpQueue.AddMessageAsync(message, null, new TimeSpan(0, 30, 0), null, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user