1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Increase migration timeout to 5 minutes

(cherry picked from commit 086d3b5afaa7680d22835ca66da2afcb6dd5865e)
This commit is contained in:
Mark McDowall
2024-03-01 17:03:05 -08:00
committed by Bogdan
parent e70c61e24e
commit a97b2ee2ed

View File

@@ -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 =>
{