From 246e8e69ae860d68979240cff941ee1f917c173c Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetsov Date: Fri, 3 Jul 2026 16:32:54 +1000 Subject: [PATCH] =?UTF-8?q?feat(api):=20=D0=90=D0=BA=D1=82=D1=83=D0=B0?= =?UTF-8?q?=D0=BB=D0=B8=D0=B7=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=BF?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80=20ThresholdConnectio?= =?UTF-8?q?ns=20=D0=B4=D0=BB=D1=8F=20=D0=BC=D0=BE=D0=BD=D0=B8=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3=D0=B0=20=D0=B8=D0=BD=D1=84=D1=80=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=82=D1=83=D1=80=D1=8B.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PARR.API/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PARR.API/appsettings.json b/PARR.API/appsettings.json index 01a1a2c6..cbb8bc08 100644 --- a/PARR.API/appsettings.json +++ b/PARR.API/appsettings.json @@ -111,7 +111,7 @@ } ], "RabbitMq": { - "ThresholdConnections": 29 + "ThresholdConnections": 33 } } }