increase number of image extractions for new items
This commit is contained in:
parent
a19bfc8f07
commit
ae559e0ed1
|
@ -125,7 +125,7 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
|||
NewItemTimer = null;
|
||||
}
|
||||
|
||||
foreach (var item in GetItemsForExtraction(newItems.Take(3)))
|
||||
foreach (var item in GetItemsForExtraction(newItems.Take(5)))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user