real-debrid-downloader/src/renderer
Sucukdeluxe e485cf734b
Some checks are pending
Build and Release / build (push) Waiting to run
Async FS optimizations, exponential backoff, cleanup dedup and release v1.4.72
- Convert all sync FS ops (existsSync, readdirSync, statSync, writeFileSync,
  rmSync, renameSync) to async equivalents across download-manager, extractor,
  cleanup, storage, and logger to prevent UI freezes
- Replace linear retry delays with exponential backoff + jitter to prevent
  retry storms with many parallel downloads
- Deduplicate resolveArchiveItems into single shared function
- Replace Array.shift() O(N) in bandwidth chart with slice-based trimming
- Make logger rotation async in the async flush path

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 21:53:07 +01:00
..
App.tsx Async FS optimizations, exponential backoff, cleanup dedup and release v1.4.72 2026-03-01 21:53:07 +01:00
index.html Release v1.4.39 with Multi Debrid Downloader title format 2026-03-01 02:25:17 +01:00
main.tsx Migrate app to Node Electron with modern React UI 2026-02-27 03:25:56 +01:00
styles.css Add bandwidth statistics tab with live chart 2026-03-01 15:56:57 +01:00
vite-env.d.ts Migrate app to Node Electron with modern React UI 2026-02-27 03:25:56 +01:00