PGSQL Thread safety checks turned back on until we're confident; performance gain is negligible by having them off
This commit is contained in:
@@ -108,7 +108,7 @@ public class Startup
|
||||
{
|
||||
builder.MigrationsHistoryTable("_efmigrationshistory", "public");
|
||||
}).UseSnakeCaseNamingConvention();
|
||||
options.EnableThreadSafetyChecks(false);
|
||||
options.EnableThreadSafetyChecks();
|
||||
}, mareConfig.GetValue(nameof(MareConfigurationBase.DbContextPoolSize), 1024));
|
||||
|
||||
var signalRServiceBuilder = services.AddSignalR(hubOptions =>
|
||||
|
Reference in New Issue
Block a user