From 48343a519b06a1b9904d2d4c8204883ac03b90b1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 14 Feb 2019 14:16:18 -0500 Subject: [PATCH] ip blocks are 15 mins --- src/Core/Services/Implementations/AzureQueueBlockIpService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Services/Implementations/AzureQueueBlockIpService.cs b/src/Core/Services/Implementations/AzureQueueBlockIpService.cs index 988ca461db..ca0b3b5897 100644 --- a/src/Core/Services/Implementations/AzureQueueBlockIpService.cs +++ b/src/Core/Services/Implementations/AzureQueueBlockIpService.cs @@ -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); } }