mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:07:22 +01:00
add command timeout due to migration
This commit is contained in:
parent
887fe13d19
commit
8ad4205a4a
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ public class Startup
|
|||
{
|
||||
builder.MigrationsHistoryTable("_efmigrationshistory", "public");
|
||||
builder.MigrationsAssembly("MareSynchronosShared");
|
||||
builder.CommandTimeout(5 * 60);
|
||||
}).UseSnakeCaseNamingConvention();
|
||||
options.EnableThreadSafetyChecks(false);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue