mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
disable fast resume #6227
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#6227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guest45 on GitHub (Nov 4, 2017).
Hi, I checked the log, and there are over 100 files being accessed for "fast resume" on startup when I open qbittorrent.
Most of them are stopped torrents that are not seeding or anything. They're just left there as a collection. It's a waste and takes a long time for qbittorrent to always check up on them.
Can you make an option to disable "fast resume" file checking on startup or shutdown? These are just old files that I don't use at the moment. No activity on them, so I don't want to see 100 of them in my log file everytime during startup. Can you set file checking to manual, so if I wanted, I could choose to seed an old file one at a time?
@thalieht commented on GitHub (Jul 28, 2018):
How do you think qBt would be able to know if a torrent is stopped or not if it doesn't read its fastresume? Everything about it's state are written and read from that file.