|
@ -15,7 +15,7 @@ namespace Win.Sfs.SettleAccount.EntityFrameworkCore |
|
|
|
|
|
|
|
|
public ExChangeCenterDbContext(DbContextOptions<ExChangeCenterDbContext> options) : base(options) |
|
|
public ExChangeCenterDbContext(DbContextOptions<ExChangeCenterDbContext> options) : base(options) |
|
|
{ |
|
|
{ |
|
|
|
|
|
this.Database.SetCommandTimeout(System.TimeSpan.FromMinutes(120)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
protected override void OnModelCreating(ModelBuilder modelBuilder) |
|
|
protected override void OnModelCreating(ModelBuilder modelBuilder) |
|
|