From 5b8526cf4e3aec0e29c0c04ff02ba602e1803135 Mon Sep 17 00:00:00 2001 From: Mikhail Trubnikov Date: Wed, 20 Aug 2025 16:09:44 +1000 Subject: [PATCH] =?UTF-8?q?fix(bll):=20mqservice,=20=D1=83=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=BB=20=D0=B2=D1=80=D0=B5=D0=BC=D1=8F=20=D0=B6=D0=B8?= =?UTF-8?q?=D0=B7=D0=BD=D0=B8=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PARR.BLL/Services/Implementations/MqServiceV2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PARR.BLL/Services/Implementations/MqServiceV2.cs b/PARR.BLL/Services/Implementations/MqServiceV2.cs index e7d863c4..a299ef13 100644 --- a/PARR.BLL/Services/Implementations/MqServiceV2.cs +++ b/PARR.BLL/Services/Implementations/MqServiceV2.cs @@ -121,7 +121,7 @@ namespace PARR.BLL.Services.Implementations //храним на диске props.DeliveryMode = DeliveryModes.Persistent; //время жизни, мс - props.Expiration = "60000"; + //props.Expiration = "60000"; props.ContentType = "text/plain";//"application/json"; foreach (var msg in msgList)