mirror of
https://github.com/Readarr/Readarr
synced 2026-01-07 16:13:05 +01:00
Increase migration timeout to 5 minutes
(cherry picked from commit 086d3b5afaa7680d22835ca66da2afcb6dd5865e)
This commit is contained in:
parent
2e2894b3d3
commit
fa2614954b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public void Migrate(string connectionString, MigrationContext migrationContext,
|
|||
.Configure<ProcessorOptions>(opt =>
|
||||
{
|
||||
opt.PreviewOnly = false;
|
||||
opt.Timeout = TimeSpan.FromSeconds(60);
|
||||
opt.Timeout = TimeSpan.FromMinutes(5);
|
||||
})
|
||||
.Configure<SelectingProcessorAccessorOptions>(cfg =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue