1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

ip ban is for 30 minutes

This commit is contained in:
Kyle Spearrin 2018-08-20 16:26:15 -04:00
parent b410a78b31
commit ad5b71643a

View File

@ -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);
}
}