From 9c116bbd4b57cb2b379dbffe74e42c8607325359 Mon Sep 17 00:00:00 2001 From: "roi.ezra" Date: Fri, 21 Jun 2024 12:04:20 +0300 Subject: [PATCH] fixing mail sender --- Mundialito/DAL/MundialitoDbContext.cs | 2 -- 1 file changed, 2 deletions(-) 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