Skip to content

Instantly share code, notes, and snippets.

@mystikraz
Last active February 28, 2023 04:46
Show Gist options
  • Select an option

  • Save mystikraz/14872c086a8165c793b83bb5b250e065 to your computer and use it in GitHub Desktop.

Select an option

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.
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