1
0
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:
Kyle Spearrin 2017-08-30 21:53:17 -04:00
parent 54de2db9af
commit e9a36d6cbe

View File

@ -29,7 +29,7 @@ namespace Bit.Core.Services
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);
}
}