From 705f6229d172624af3046e5f9e84c918df0fb3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20L=C3=BCthi?= Date: Thu, 8 Feb 2024 10:44:36 +0100 Subject: [PATCH] Add CommandTimout=300 to dev connection --- src/api/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/appsettings.Development.json b/src/api/appsettings.Development.json index faf3ecaf1..90726b5a7 100644 --- a/src/api/appsettings.Development.json +++ b/src/api/appsettings.Development.json @@ -6,7 +6,7 @@ } }, "ConnectionStrings": { - "BdmsContext": "Host=localhost;Username=SPAWNPLOW;Password=YELLOWSPATULA;Database=bdms;" + "BdmsContext": "Host=localhost;Username=SPAWNPLOW;Password=YELLOWSPATULA;Database=bdms;CommandTimeout=300;" }, "S3": { "ACCESS_KEY": "REDSQUIRREL",