diff --git a/Mundialito/DAL/MundialitoDbContext.cs b/Mundialito/DAL/MundialitoDbContext.cs index 85a96cd..7f6974b 100644 --- a/Mundialito/DAL/MundialitoDbContext.cs +++ b/Mundialito/DAL/MundialitoDbContext.cs @@ -148,8 +148,6 @@ protected override void OnConfiguring(DbContextOptionsBuilder options) default: throw new Exception("Unknown DB type"); } - - options.UseSqlServer(_connectionString, b => b.EnableRetryOnFailure()); } } } \ No newline at end of file