Skip to content

Commit

Permalink
Add CommandTimout=300 to dev connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippluca committed Feb 8, 2024
1 parent a5c044f commit 705f622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 705f622

Please sign in to comment.