Skip to content

Commit 3ed210a

Browse files
authored
Изменить таймайут миграции (#3042)
1 parent 94aff29 commit 3ed210a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Joinrpg.Dal.Migrate/Ef6/JoinMigrationsConfig.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ public JoinMigrationsConfig(string connectionString)
1111
MigrationsAssembly = typeof(MyDbContext).Assembly;
1212
MigrationsNamespace = typeof(MyDbContext).Namespace + ".Migrations";
1313
ContextKey = "JoinRpg.Dal.Impl.Migrations.Configuration";
14+
CommandTimeout = 900; // seconds
1415
}
1516
}

0 commit comments

Comments
 (0)