Last active
February 28, 2023 04:46
-
-
Save mystikraz/14872c086a8165c793b83bb5b250e065 to your computer and use it in GitHub Desktop.
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| exec sp_updatestats | |
| public class ApplicationDbContext : DbContext | |
| { | |
| public ApplicationDbContext() | |
| { | |
| Database.SetCommandTimeout(150000); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment