Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for qBittorrent client #4

Open
nokti opened this issue Feb 22, 2023 · 1 comment
Open

Support for qBittorrent client #4

nokti opened this issue Feb 22, 2023 · 1 comment

Comments

@nokti
Copy link

nokti commented Feb 22, 2023

Since release v4.4.0 the torrent client qBittorrent uses a SQLite database (located in C:\Users\xxxxx\AppData\Local\qBittorrent) to store torrent files. Can APO be safely used to optimize that database?

edit: I just tried APO on the qBit sqlite database (after making a backup, just in case) and it appears to be safe. The database file shrunk by 10% and the torrent client is working fine.

@arctic-sun
Copy link
Owner

I did not know before that qBittorrent uses a SQLite , I will have to add it in auto-search.
APO is safe for any SQlite3 database, APO does nothing with the database, all work is done by the official SQLite3 engine stored in a dll file, and the safety of optimization is guaranteed by the developer of the SQLite3 database engine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants