mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Increase migration timeout to 5 minutes
(cherry picked from commit 086d3b5afaa7680d22835ca66da2afcb6dd5865e)
This commit is contained in:
parent
98a90e2f8f
commit
adecb7f73c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace NzbDrone.Core.Datastore.Migration.Framework
|
||||||
.Configure<ProcessorOptions>(opt =>
|
.Configure<ProcessorOptions>(opt =>
|
||||||
{
|
{
|
||||||
opt.PreviewOnly = false;
|
opt.PreviewOnly = false;
|
||||||
opt.Timeout = TimeSpan.FromSeconds(60);
|
opt.Timeout = TimeSpan.FromMinutes(5);
|
||||||
})
|
})
|
||||||
.Configure<SelectingProcessorAccessorOptions>(cfg =>
|
.Configure<SelectingProcessorAccessorOptions>(cfg =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue