mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Bump migration timeout to 10 minutes
This commit is contained in:
parent
3cabc0589a
commit
43cb22ff2b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace NzbDrone.Core.Datastore.Migration.Framework
|
|||
.Configure<ProcessorOptions>(opt =>
|
||||
{
|
||||
opt.PreviewOnly = false;
|
||||
opt.Timeout = TimeSpan.FromSeconds(60);
|
||||
opt.Timeout = TimeSpan.FromMinutes(10);
|
||||
})
|
||||
.Configure<SelectingProcessorAccessorOptions>(cfg =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue