Skip to content

develop-3e66dce2-ls33

Pre-release
Pre-release

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 23 Aug 20:38
c1c0246

CI Report:

https://ci-tests.linuxserver.io/linuxserver/pyload-ng/develop-3e66dce2-ls33/index.html

LinuxServer Changes:

No changes

Remote Changes:

Improve thread management for long-waiting downloads (closes #255)

  • Add long_waiting flag to BaseHoster to track plugins waiting beyond max_wait threshold
  • Exclude long-waiting plugins from download limit calculations in ThreadManager
  • Dynamically adjust thread count to accommodate long-waiting downloads as extra slots
  • Set and clear long_waiting flag in wait() method based on wait time duration
  • Refactor occupied plugins logic to separately track over-limit, long-waiting, and non-parallel plugins