From e151abd73e8f4083a96a3147891f4b94ced40044 Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetsov Date: Wed, 20 Sep 2023 08:22:23 +1000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=82=D0=B0=D0=B9=D0=BC=D0=B0=D1=83=D1=82=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D1=80=D0=BE=D1=81=D0=BE=D0=B2=20=D0=B2=20=D0=90?= =?UTF-8?q?=D0=98=D0=A5=20=D0=98=D0=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PARR.AIHIT/AIHIT/SyncherInstaller.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PARR.AIHIT/AIHIT/SyncherInstaller.cs b/PARR.AIHIT/AIHIT/SyncherInstaller.cs index c7953aef..5c12629b 100644 --- a/PARR.AIHIT/AIHIT/SyncherInstaller.cs +++ b/PARR.AIHIT/AIHIT/SyncherInstaller.cs @@ -23,6 +23,7 @@ namespace PARR.AIHIT services.AddDbContext(options => options.UseSqlServer( configuration.GetConnectionString("AihitConnection") + ,sqlServerOptions => sqlServerOptions.CommandTimeout(1800) )); services.AddAutoMapper(AppDomain.CurrentDomain.GetAssemblies());