1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00

ip blocks are 15 mins

This commit is contained in:
Kyle Spearrin 2019-02-14 14:16:18 -05:00
parent 022d5f19f2
commit 48343a519b

View File

@ -29,7 +29,7 @@ namespace Bit.Core.Services
if(!permanentBlock)
{
await _unblockIpQueue.AddMessageAsync(message, null, new TimeSpan(0, 30, 0), null, null);
await _unblockIpQueue.AddMessageAsync(message, null, new TimeSpan(0, 15, 0), null, null);
}
}