Increase migration timeout to 5 minutes

(cherry picked from commit 086d3b5afaa7680d22835ca66da2afcb6dd5865e)
pull/3322/head
Mark McDowall 3 months ago committed by Bogdan
parent 2e2894b3d3
commit fa2614954b

@ -53,7 +53,7 @@ namespace NzbDrone.Core.Datastore.Migration.Framework
.Configure<ProcessorOptions>(opt =>
{
opt.PreviewOnly = false;
opt.Timeout = TimeSpan.FromSeconds(60);
opt.Timeout = TimeSpan.FromMinutes(5);
})
.Configure<SelectingProcessorAccessorOptions>(cfg =>
{

Loading…
Cancel
Save