[PR #14437] [MERGED] Added advanced parallel process calculation #13989

Closed
opened 2026-02-07 07:22:28 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14437
Author: @JPVenson
Created: 7/8/2025
Status: Merged
Merged: 7/12/2025
Merged by: @crobibero

Base: masterHead: bugfix/RestrictParallelScanLimit


📝 Commits (3)

  • d3241ee Added advanced parallel process calculation
  • 57fb8a9 remove redundant expression
  • 9ac63ba Apply suggestions from code review

📊 Changes

1 file changed (+24 additions, -5 deletions)

View changed files

📝 MediaBrowser.Controller/LibraryTaskScheduler/LimitedConcurrencyLibraryScheduler.cs (+24 -5)

📄 Description

Adds new calculation to always leave some headroom for other system resources on scan when the auto setting is set

requires adaption of the translation resources.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14437 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/12/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `bugfix/RestrictParallelScanLimit` --- ### 📝 Commits (3) - [`d3241ee`](https://github.com/jellyfin/jellyfin/commit/d3241eeb6be14e246b28da45cb641349ef341f43) Added advanced parallel process calculation - [`57fb8a9`](https://github.com/jellyfin/jellyfin/commit/57fb8a9e6ef012f8eaa381a2f08b50d2d2caade3) remove redundant expression - [`9ac63ba`](https://github.com/jellyfin/jellyfin/commit/9ac63ba3b864af57a45f9e85e97d072576d3aa14) Apply suggestions from code review ### 📊 Changes **1 file changed** (+24 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/LibraryTaskScheduler/LimitedConcurrencyLibraryScheduler.cs` (+24 -5) </details> ### 📄 Description Adds new calculation to always leave some headroom for other system resources on scan when the auto setting is set requires adaption of the translation resources. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:22:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13989